From 8b5e07fddf4001e723d6d4c348917c71c566d89f Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Tue, 10 May 2016 14:59:41 -0700 Subject: [PATCH] Corrected name of built artifacts --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 846b194..101ec2d 100644 --- a/README.adoc +++ b/README.adoc @@ -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