feature(gulp) add release

This commit is contained in:
coderaiser 2014-07-18 05:27:44 -04:00
parent 4cb36768e5
commit fcb97fe422

View file

@ -105,6 +105,7 @@
});
gulp.task('default', ['jshint', 'css', 'test']);
gulp.task('release', ['changelog', 'package']);
function onError(params) {
console.log(params.message);