From ec7ab5c622907fd54734e674dccce06a24f228d1 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Tue, 30 Jun 2015 15:23:13 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 74859bf..10c5ab3 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ 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, and you can use `compiler.sh` - to compile + - 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