From 25fa2913a5aca046a04af05407bd59c6685b6557 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Mon, 25 Jan 2016 23:41:33 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd9b2d..415803c 100644 --- a/README.md +++ b/README.md @@ -43,4 +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 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 +Build with `gulp`. Make a release folder with `gulp release`. For seamless development, auto-minify changed files with `gulp watch`. \ No newline at end of file