From 0af40f348447dc826f3149f2f95611bddaae54da Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 1 Jul 2015 08:55:49 +0200 Subject: [PATCH] Corrected readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 10c5ab3..9922740 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,6 @@ module.exports.url = ... // the url to connect to your database module.exports.secret = ... // A secret string used to hash stuff ``` ## 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 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).