Skip to content

Commit

Permalink
added herok grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnie Spratley committed Apr 2, 2014
1 parent 5186eb1 commit 57e0875
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
45 changes: 22 additions & 23 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,4 +526,8 @@ require('json-proxy').initialize({});
grunt.registerTask('build', ['clean:dist', 'useminPrepare', 'concurrent:dist', 'autoprefixer', 'concat', 'ngmin', 'copy:dist', 'cdnify', 'cssmin', 'uglify', 'rev', 'usemin']);

grunt.registerTask('default', ['newer:jshint', 'test', 'build']);


grunt.registerTask('heroku:production', 'build');
grunt.registerTask('heroku:development', 'build');
};

0 comments on commit 57e0875

Please sign in to comment.