Merge pull request #11158 from twbs/templated-customizer
Autogenerate the customizer's variables form
Showing
| ... | @@ -33,6 +33,7 @@ | ... | @@ -33,6 +33,7 @@ |
| "grunt-contrib-connect": "~0.6.0", | "grunt-contrib-connect": "~0.6.0", | ||
| "grunt-contrib-copy": "~0.5.0", | "grunt-contrib-copy": "~0.5.0", | ||
| "grunt-contrib-csslint": "~0.2.0", | "grunt-contrib-csslint": "~0.2.0", | ||
| "grunt-contrib-jade": "~0.8.0", | |||
| "grunt-contrib-jshint": "~0.8.0", | "grunt-contrib-jshint": "~0.8.0", | ||
| "grunt-contrib-less": "~0.9.0", | "grunt-contrib-less": "~0.9.0", | ||
| "grunt-contrib-qunit": "~0.3.0", | "grunt-contrib-qunit": "~0.3.0", | ||
| ... | @@ -44,7 +45,8 @@ | ... | @@ -44,7 +45,8 @@ |
| "grunt-jscs-checker": "~0.3.0", | "grunt-jscs-checker": "~0.3.0", | ||
| "grunt-saucelabs": "~4.1.2", | "grunt-saucelabs": "~4.1.2", | ||
| "grunt-sed": "~0.1.1", | "grunt-sed": "~0.1.1", | ||
| "load-grunt-tasks": "~0.2.1" | "load-grunt-tasks": "~0.2.1", | ||
| "markdown": "~0.5.0" | |||
| }, | }, | ||
| "jspm": { | "jspm": { | ||
| "main": "js/bootstrap", | "main": "js/bootstrap", | ||
| ... | ... |
Please register or sign in to comment