Skip to content

Commit

Permalink
updating grunt 'force' option to default/force it to false so that we…
Browse files Browse the repository at this point in the history
… can fail any task that is failing and thus fail the build in case of any issues in tests, jshint conventions, and so on
  • Loading branch information
lirantal committed Aug 5, 2015
1 parent d0613ce commit c22c888
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c22c888

Please sign in to comment.