From 7776e83d843d60937780df8c8ac4f40c41f21130 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 20 Jan 2020 22:18:12 +0100 Subject: [PATCH] Add prod gulp task --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)