Corrected readme

This commit is contained in:
Thomas FORGIONE 2015-07-01 08:55:49 +02:00
parent 18bbb77fa6
commit 0af40f3484
1 changed files with 0 additions and 5 deletions

View File

@ -20,11 +20,6 @@ module.exports.url = ... // the url to connect to your database
module.exports.secret = ... // A secret string used to hash stuff module.exports.secret = ... // A secret string used to hash stuff
``` ```
## Compiling the static js files ## Compiling the static js files
There are two ways to compile the static js files :
- either you don't mind not minifying the code to compile
- or you absolutely want to minify the code
First, `cd` to `utils/`. Here you'll find a script `build_all.sh` that, as its First, `cd` to `utils/`. Here you'll find a script `build_all.sh` that, as its
name suggests, builds all. By default, it minifies the code, but you can pass name suggests, builds all. By default, it minifies the code, but you can pass
the option `--dev` to avoid minifying (which is a quite long operation). the option `--dev` to avoid minifying (which is a quite long operation).