aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-17 19:52:16 -0700
committerChris Rebert <[email protected]>2014-01-08 12:41:51 -0800
commit39861714a80b68cd42a2e2b812be53f0b0f6b70d (patch)
tree18c4717950db3637999d1e75d28bea1265aba810 /package.json
parentc9ba678b9facc1afea0bc717a5c0f48e557e8fe9 (diff)
downloadbootstrap-39861714a80b68cd42a2e2b812be53f0b0f6b70d.tar.xz
bootstrap-39861714a80b68cd42a2e2b812be53f0b0f6b70d.zip
Use JS & Jade to generate the customizer variables form HTML from variables.less; fixes #11095
also updates variables file organization (courtesy @mdo)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2c4519656..fdf16c4d4 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
+ "grunt-contrib-jade": "~0.8.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-qunit": "~0.3.0",
@@ -44,7 +45,8 @@
"grunt-jscs-checker": "~0.3.0",
"grunt-saucelabs": "~4.1.2",
"grunt-sed": "~0.1.1",
- "load-grunt-tasks": "~0.2.1"
+ "load-grunt-tasks": "~0.2.1",
+ "markdown": "~0.5.0"
},
"jspm": {
"main": "js/bootstrap",