From 8e0a49ce3d59bf2bf0e784c4ebc30692d713d40f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 18 Jul 2014 06:00:27 -0400 Subject: [PATCH] refactor(gulpfile) release --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 091674ef..73e432d6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -127,7 +127,7 @@ }); gulp.task('default', ['jshint', 'css', 'test']); - gulp.task('release', ['changelog', 'package', 'docs']); + gulp.task('release', ['changelog', 'docs', 'package']); function onError(params) { console.log(params.message);