Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Forgot to register grunt task for automated deployment command
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechesser committed Mar 29, 2014
1 parent 7f6d8a3 commit 39539ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GruntFile.js
Expand Up @@ -242,6 +242,7 @@ module.exports = function(grunt) {
grunt.registerTask('compile-fonts', ['webfont']);
grunt.registerTask('compile-site', ['shell:build']);
grunt.registerTask('deploy', ['shell:deploy']);
grunt.registerTask('deploy-automated', ['shell:deployAutomated']);

// task aliases/sugar
grunt.registerTask('compile', ['compile-js', 'compile-css', 'compile-images', 'compile-site']);
Expand Down

0 comments on commit 39539ab

Please sign in to comment.