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

Add Gist & Customizer URLs to customized files & config.json

Fixes #9951
Fixes #12865
This commit is contained in:
Chris Rebert
2014-03-27 22:07:20 -07:00
parent 440cedeed3
commit 5458134f5e
2 changed files with 27 additions and 12 deletions
+3
View File
@@ -78,6 +78,9 @@ module.exports = function (grunt) {
src: '<%= jshint.test.src %>'
},
assets: {
options: {
requireCamelCaseOrUpperCaseIdentifiers: null
},
src: '<%= jshint.assets.src %>'
}
},