From d9db70445ca253460515b7ec003784011213563f Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Mon, 26 Aug 2013 18:16:15 +0300 Subject: [PATCH] Grunt Support Added, Fixed Bower support on heroku --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 7ed4057b..ab85806b 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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).