]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix main SCSS file paths
authorChris Rebert <code@rebertia.com>
Sun, 18 Jan 2015 22:29:51 +0000 (14:29 -0800)
committerChris Rebert <code@rebertia.com>
Sun, 18 Jan 2015 22:29:53 +0000 (14:29 -0800)
Fixes 2916ac43ed57baacc49d2cc7550b8d1dfe87b261 errata
FYI @glebm

bower.json
package.json

index 6853bea142bfb9776977f4551b37b0e29bd071b2..903c71d81b33712bd98494f8b3aa1575f319d1c5 100644 (file)
@@ -14,7 +14,7 @@
   ],
   "homepage": "http://getbootstrap.com",
   "main": [
-    "sass/_bootstrap.scss",
+    "scss/_bootstrap.scss",
     "dist/css/bootstrap.css",
     "dist/js/bootstrap.js"
   ],
index 2befe5f2515709e5fc14ea0c72b4ba23b82c559c..b2b48efd2ee89fe34f9f1e3935bb8f2dc767affe 100644 (file)
@@ -17,7 +17,7 @@
     "test": "grunt test"
   },
   "style": "dist/css/bootstrap.css",
-  "sass": "_sass/bootstrap.sass",
+  "sass": "scss/_bootstrap.scss",
   "main": "./dist/js/npm",
   "repository": {
     "type": "git",