1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

tweak Gruntfile.js so it passes jshint

This commit is contained in:
Chris Rebert 2013-07-27 21:33:41 -07:00
parent ba62cfeffe
commit 03b2866b9e

View file

@ -1,4 +1,6 @@
/* jshint node: true */
module.exports = function(grunt) { module.exports = function(grunt) {
"use strict";
// Project configuration. // Project configuration.
grunt.initConfig({ grunt.initConfig({