]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix stylesheet portion of bower.json to comply w/ new `main` spec 6525/head
authorChris Rebert <github@rebertia.com>
Wed, 6 May 2015 00:41:34 +0000 (17:41 -0700)
committerChris Rebert <github@rebertia.com>
Wed, 6 May 2015 00:41:34 +0000 (17:41 -0700)
Per https://github.com/bower/bower.json-spec/commit/0b34d2bb0bdd4fa31fa9728f787f49e170e41f99
> * Use source files with module exports and imports over pre-built distribution files.
(See also the example given in the spec; the CSS files aren't included, but the main SCSS file is.)

bower.json

index 40d76764874c2d66c19855f3c12ee73121cffc39..888866456534083c806ba13795d7f77e1905e2b2 100644 (file)
@@ -2,8 +2,7 @@
   "name": "foundation",
   "version": "{{VERSION}}",
   "main": [
-    "css/foundation.css",
-    "css/foundation.css.map",
+    "scss/foundation.scss",
     "js/foundation.js"
   ],
   "ignore": [