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