Corrected name of built artifacts

This commit is contained in:
Andy Clement
2016-05-10 14:59:41 -07:00
parent 633ed0ceb2
commit 8b5e07fddf

View File

@@ -14,10 +14,10 @@ Refer to the https://github.com/spring-projects/spring-flo/wiki[wiki] for more i
Spring Flo is built using Grunt. Grunt commands can be run directly or indirectly through maven. Simplest way to build is via `mvn clean package` to build the project and run the tests. Build results are produced under the __dist__ folder. Contents of the folder are
* __flo.js__ that contains all JS code from various JS dev modules (produced by development build)
* __flo.min.js__ a minified version of __flo.js__ (produced by production build)
* __flo.css__ concatenated CSS file for Flo Editor
* __flo.min.css__ minified version of the CSS above
* __spring-flo.js__ that contains all JS code from various JS dev modules (produced by development build)
* __spring-flo.min.js__ a minified version of __flo.js__ (produced by production build)
* __spring-flo.css__ concatenated CSS file for Flo Editor
* __spring-flo.min.css__ minified version of the CSS above
## Getting Help