diff --git a/gulpfile.js b/gulpfile.js index a83fd87..11aced1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -17,8 +17,8 @@ var sources = [ 'theme.toml' ]; -gulp.task('default', ['build']); -gulp.task('build', ['sass']); +gulp.task('default', ['sass']); +gulp.task('prod', ['sass-prod']) gulp.task('release', function () { return gulp.src(sources)