浏览代码

README

tags/v0.5.0^0
Robin Thoni 7 年前
父节点
当前提交
d5e2ad9640
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11
    1
      README.md

+ 11
- 1
README.md 查看文件

@@ -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/`

正在加载...
取消
保存