Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Where my ',' at
Browse files Browse the repository at this point in the history
  • Loading branch information
tedtate committed Apr 11, 2014
1 parent ea94160 commit 5a8df33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ module.exports = function(grunt) {
folder: '.',
npm: false,
bump: false,
add: false,
commit: false,
file: 'bower.json',
github: {
repo: 'mobify/bellows',
Expand All @@ -102,7 +104,7 @@ module.exports = function(grunt) {
// Default task(s).
grunt.registerTask('serve', ['connect', 'watch']);
grunt.registerTask('build', ['copy', 'uglify', 'cssmin', 'zip']);
grunt.registerTask('publish' ['build', 'release', 's3'])
grunt.registerTask('publish', ['build', 'release', 's3'])
grunt.registerTask('default', 'build');

};

0 comments on commit 5a8df33

Please sign in to comment.