Browse Source

README

tags/v0.5.0^0
Robin Thoni 7 years ago
parent
commit
d5e2ad9640
1 changed files with 11 additions and 1 deletions
  1. 11
    1
      README.md

+ 11
- 1
README.md View File

@@ -17,4 +17,14 @@ A CRUD stack is provided as an example:
17 17
 `app/sdk/Business/pkguids.business.js`  
18 18
 `app/sdk/DataAccess/pkguids.dataaccess.js`
19 19
 
20
-See [Luticate2-utils/WebApiUtils](https://git.rthoni.com/luticate2/luticate2-api/src/master/WebApiUtils) project for the backend.
20
+See [Luticate2-api/WebApiUtils](https://git.rthoni.com/luticate2/luticate2-api/src/master/WebApiUtils) project for the backend.
21
+
22
+Build
23
+-----
24
+To concatenate, minify and uglyfy the app, run the following:
25
+```shell
26
+npm install
27
+grunt --gruntfile Gruntfile_01_global.js
28
+grunt --gruntfile Gruntfile_02_app.js
29
+```
30
+The ouput will be available in `build/release/`

Loading…
Cancel
Save