Skip to content

Commit

Permalink
Grunt Support Added, Fixed Bower support on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Aug 26, 2013
1 parent b1d0dba commit d9db704
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 @@ -81,7 +81,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-nodemon');
grunt.loadNpmTasks('grunt-concurrent');

//Making grunt default to force inorder not to break the project.
//Making grunt default to force in order not to break the project.
grunt.option('force', true);

//Default task(s).
Expand Down

0 comments on commit d9db704

Please sign in to comment.