Merge branch 'master' into pr/11536
Conflicts: dist/css/bootstrap.min.css
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
| ... | @@ -33,8 +33,19 @@ | ... | @@ -33,8 +33,19 @@ |
| , "grunt-contrib-watch": "~0.5.3" | , "grunt-contrib-watch": "~0.5.3" | ||
| , "grunt-html-validation": "~0.1.6" | , "grunt-html-validation": "~0.1.6" | ||
| , "grunt-jekyll": "~0.4.0" | , "grunt-jekyll": "~0.4.0" | ||
| , "grunt-recess": "~0.4.0" | , "grunt-recess": "~0.5.0" | ||
| , "grunt-sed": "~0.1.1" | , "grunt-sed": "~0.1.1" | ||
| , "regexp-quote": "~0.0.0" | , "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