From 6d9044a618781211740a79420a93a85d4751b91c Mon Sep 17 00:00:00 2001 From: William Toohey Date: Mon, 25 Jan 2016 23:40:57 +1000 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a9f9fe8..4dd9b2d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,4 @@ Install the required packages for the build: npm install gulp -g npm install gulp-sourcemaps gulp-babel babel-preset-es2015 gulp-uglify gulp-concat gulp-cssnano gulp-autoprefixer gulp-order del ``` -Build: -```bash -gulp -``` \ No newline at end of file +Build with `gulp`. Make a release folder with `gulp release`. For seamless development, auto-minify changed filed with `gulp watch`. \ No newline at end of file