diff --git a/gruntfile.js b/gruntfile.js index 39dfceee6e..112bb3d118 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -207,9 +207,6 @@ module.exports = function (grunt) { // Load NPM tasks require('load-grunt-tasks')(grunt); - // Making grunt default to force in order not to break the project. - grunt.option('force', true); - // Make sure upload directory exists grunt.task.registerTask('mkdir:upload', 'Task that makes sure upload directory exists.', function () { // Get the callback