Skip to content

Commit

Permalink
Change release to multi task
Browse files Browse the repository at this point in the history
More concise and consistent with the other multitasks
  • Loading branch information
zwhitchcox committed Dec 4, 2015
1 parent f4744f3 commit c77f0b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,7 @@ module.exports = function(grunt) {
]);

// Automate the release!
var releaseTasks = require('./grunt/tasks/release');
grunt.registerTask('release:setup', releaseTasks.setup);
grunt.registerTask('release:bower', releaseTasks.bower);
grunt.registerTask('release:docs', releaseTasks.docs);
grunt.registerTask('release:msg', releaseTasks.msg);
grunt.registerTask('release:starter', releaseTasks.starter);
grunt.registerMultiTask('release', require('./grunt/tasks/release'));

grunt.registerTask('release', [
'release:setup',
Expand Down

0 comments on commit c77f0b2

Please sign in to comment.