From: Chris Rebert Date: Wed, 6 May 2015 00:41:34 +0000 (-0700) Subject: Fix stylesheet portion of bower.json to comply w/ new `main` spec X-Git-Tag: v5.5.3~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6525%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix stylesheet portion of bower.json to comply w/ new `main` spec 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.) --- diff --git a/bower.json b/bower.json index 40d767648..888866456 100644 --- a/bower.json +++ b/bower.json @@ -2,8 +2,7 @@ "name": "foundation", "version": "{{VERSION}}", "main": [ - "css/foundation.css", - "css/foundation.css.map", + "scss/foundation.scss", "js/foundation.js" ], "ignore": [