commit bc7ec872609f7057c0fb419a6c2137642f084d99 parent ed1ea9e6c18863a3077d837e0df6b979b403505c Author: Konstantin Tarkus <koistya@gmail.com> Date: Mon, 20 Jul 2015 11:30:46 +0300 Merge pull request #164 from merriam/master Document Uglify warnings Diffstat:
| M | README.md | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -72,7 +72,8 @@ $ gulp build # or, `gulp build --release` ``` By default, it builds in debug mode. If you need to build in release mode, add -`--release` flag. +`--release` flag. This will minimize your JavaScript; you will also see some warnings from +[uglify](https://github.com/mishoo/UglifyJS) where it removes unused code from your release. ### How to Run