Skip to content

Commit

Permalink
Add zip task to docs task so download is automatically created when d…
Browse files Browse the repository at this point in the history
…eploying the site
  • Loading branch information
greg5green committed May 6, 2015
1 parent 1da308b commit 7b51efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ module.exports = function(grunt) {
// tasks
grunt.registerTask('dist', [ 'clean:dist', 'sass:dist', 'concat:dist', 'cssmin:dist', 'copy:themes', 'copy:distImages', 'jscs:dist', 'uglify:dist', 'copy:readme' ]);

grunt.registerTask('docs', [ 'dist', 'clean:docs', 'assemble', 'sass:docs', 'copy:docsAssets', 'copy:distToDocs' ]);
grunt.registerTask('docs', [ 'dist', 'clean:docs', 'assemble', 'sass:docs', 'copy:docsAssets', 'copy:distToDocs', 'zip' ]);

grunt.registerTask('test', [ 'jshint:dist', 'qunit:dist' ]);

Expand Down

0 comments on commit 7b51efd

Please sign in to comment.