Fixes typos.

This commit is contained in:
VesterDe 2016-12-29 15:01:26 +01:00
parent 631992d83d
commit c7a7888273
1 changed files with 2 additions and 2 deletions

View File

@ -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')