From e2c81b975bac7ae46e50d505cc4b420e802196d7 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Mon, 27 Oct 2014 15:54:39 +0100 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a22d2ed..f9e26e7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Read more about FLUX over at [Facebook Flux](http://facebook.github.io/flux/) an * Clone the repo * Run `npm install` * Open `build/index.html`, run `python -m SimpleHTTPServer` in the `build` folder or set up your own server +* **Important!** When adding new libs be sure to add them to "gulpfile.js" vendors. This will keep your rebundling speed very low and you will be happy :-) ### Development * Run `gulp`