Merge branch 'master' into pr/11388
Conflicts: dist/css/bootstrap.min.css
Showing
+18 -10
... | ... | @@ -33,8 +33,19 @@ |
, "grunt-contrib-watch": "~0.5.3" | ||
, "grunt-html-validation": "~0.1.6" | ||
, "grunt-jekyll": "~0.4.0" | ||
, "grunt-recess": "~0.4.0" | ||
, "grunt-recess": "~0.5.0" | ||
, "grunt-sed": "~0.1.1" | ||
, "regexp-quote": "~0.0.0" | ||
} | ||
, "jspm": { | ||
"main": "js/bootstrap" | ||
, "directories": { "lib": "dist" } | ||
, "shim": { | ||
"js/bootstrap": { | ||
"imports": "jquery" | ||
, "exports": "$" | ||
} | ||
} | ||
, "buildConfig": { "uglify": true } | ||
} | ||
} |
Please register or sign in to comment