From: Chris Rebert Date: Sun, 18 Jan 2015 22:29:51 +0000 (-0800) Subject: fix main SCSS file paths X-Git-Tag: v4.0.0-alpha~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a21205575aa03b4fbbacee2052d20bf75941d4;p=thirdparty%2Fbootstrap.git fix main SCSS file paths Fixes 2916ac43ed57baacc49d2cc7550b8d1dfe87b261 errata FYI @glebm --- diff --git a/bower.json b/bower.json index 6853bea142..903c71d81b 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ ], "homepage": "http://getbootstrap.com", "main": [ - "sass/_bootstrap.scss", + "scss/_bootstrap.scss", "dist/css/bootstrap.css", "dist/js/bootstrap.js" ], diff --git a/package.json b/package.json index 2befe5f251..b2b48efd2e 100644 --- a/package.json +++ b/package.json @@ -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",