Browse Source

Merge pull request #286 from twbs/gruntfile-tweak

Gruntfile: use strict & force Unix newlines
pull/288/head
Connor Montgomery 11 years ago
parent
commit
e625291e34
  1. 4
      Gruntfile.js

4
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({

Loading…
Cancel
Save