Skip to content

Static Resource Management

slycloud edited this page Jan 28, 2015 · 1 revision

All script and css files are saved in src/middlewares/staticFiles.js, add your files if needed.

Third-party libraries can be installed by bower.

$ bower search bootstrap # search
$ bower install jquery --save # install
Clone this wiki locally