1- # Slinto DevStack [ ![ Dependency Status] ( https://david-dm.org/slinto/slinto-devstack.svg?style=flat )] ( https://david-dm.org/slinto/slinto-devstack ) [ ![ devDependency Status] ( https://david-dm.org/slinto/slinto-devstack/dev-status.svg?style=flat )] ( https://david-dm.org/slinto/slinto-devstack#info=devDependencies )
1+ # Slinto DevStack
2+ [ ![ Dependency Status] ( https://david-dm.org/slinto/slinto.devstack.png )] ( https://david-dm.org/slinto/slinto.devstack )
3+ [ ![ DevDependency Status] ( https://david-dm.org/slinto/slinto.devstack/dev-status.png )] ( https://david-dm.org/slinto/slinto.devstack#info=devDependencies )
24
35
46Slinto DevStack is my simple automated DevStack for creating [ Node.js] ( http://nodejs.org ) apps including:
5- - [ Google Closure Tools (Library, Compiler) ] ( https://developers.google.com/closure/ )
7+
68 - [ Express - web application framework for node] ( http://expressjs.com/ )
9+ - [ Webpack - Module bundler] ( http://webpack.github.io/ )
710 - [ Stylus — expressive, robust, feature-rich CSS preprocessor] ( http://learnboost.github.io/stylus/ )
811 - [ nib - CSS3 extensions for Stylus] ( http://visionmedia.github.io/nib/ )
912 - [ Jade - Template Engine] ( http://jade-lang.com/ )
@@ -12,12 +15,11 @@ Slinto DevStack is my simple automated DevStack for creating [Node.js](http://no
1215 - [ Mocha - test framework] ( http://mochajs.org/ )
1316 - CSS3 Autoprefixer
1417 - Image minifier
15- - JSHint
1618 - Livereloading (Good with [ Google Chrome Extension] ( https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei ) )
1719
1820
1921## Prerequisites
20- [ Node.js] ( http://nodejs.org ) && Java 1.7+
22+ [ Node.js] ( http://nodejs.org )
2123```
2224npm install -g gulp
2325npm install -g bower
@@ -38,7 +40,7 @@ npm install && bower install
3840```
3941gulp
4042```
41- Type ` gulp ` or ` gulp server ` and open localhost:3000 in your browser.
43+ Type ` gulp ` or ` gulp server ` and open localhost:8080 in your browser.
4244
4345### Production build
4446> Compilation of Stylus code, minifying CSS code, image minifying and run Google Closure Compiler.
@@ -47,6 +49,15 @@ Type `gulp` or `gulp server` and open localhost:3000 in your browser.
4749gulp build
4850```
4951
52+ ### Release build
53+ > App building, version bump, commit and push to git repository.
54+
55+ ```
56+ gulp release --version major|minor|patch
57+ or
58+ gulp release -v major|minor|patch
59+ ```
60+
5061### Error: spawn EMFILE on OSX
5162Call ` ulimit -n 10240 ` or ` gulp set-ulimit ` .
5263For automatic setup on start, call ` gulp server-ulimit ` instead ` gulp server `
0 commit comments