2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Merge branch 'master' of github.com:twbs/bootstrap

Conflicts:
	Gruntfile.js
This commit is contained in:
Mark Otto
2014-03-09 16:11:04 -07:00
6 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ module.exports = function (grunt) {
},
grunt: {
options: {
'requireCamelCaseOrUpperCaseIdentifiers': null,
'requireParenthesesAroundIIFE': true
requireCamelCaseOrUpperCaseIdentifiers: null,
requireParenthesesAroundIIFE: true
},
src: '<%= jshint.grunt.src %>'
},