diff --git a/Gruntfile.js b/Gruntfile.js index 985ec2d..692fadc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -5,6 +5,10 @@ * ---------------------------------- */ module.exports = function(grunt) { + 'use strict'; + + // Force use of Unix newlines + grunt.util.linefeed = '\n'; // Project configuration. grunt.initConfig({