Grunt Support Added, Fixed Bower support on heroku

This commit is contained in:
Amos Haviv
2013-08-26 18:16:15 +03:00
parent b1d0dba554
commit d9db70445c

View File

@@ -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).