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