From c7a78882736571e9db39a6572aa0ee1cab2f5109 Mon Sep 17 00:00:00 2001 From: VesterDe Date: Thu, 29 Dec 2016 15:01:26 +0100 Subject: [PATCH] Fixes typos. --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 65e7e78..723feb7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -65,7 +65,7 @@ gulp.task('scss-for-prod', function() { // Run: // gulp sourcemaps + sass + reload(browserSync) -// Prepare the child-theme.css for the developpment environment +// Prepare the child-theme.css for the development environment gulp.task('scss-for-dev', function() { gulp.src('./sass/*.scss') .pipe(plumber()) @@ -102,7 +102,7 @@ gulp.task('watch', function () { // Run: -// gulp nanocss +// gulp cssnano // Minifies CSS files gulp.task('cssnano', ['cleancss'], function(){ return gulp.src('./css/theme.css')