]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
[TMP] Fix Sass dependencies import for Bower 9469/head
authorNicolas Coden <nicolas@ncoden.fr>
Wed, 7 Dec 2016 20:46:36 +0000 (21:46 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Wed, 7 Dec 2016 20:46:36 +0000 (21:46 +0100)
commita0cf3079cf9796d762b7519270377abe46bae51a
treed457072cc15bca1995c355ee44f9a6e6a82096c5
parent97841fcdbdc20899333c74313bd5e18ac710c50d
[TMP] Fix Sass dependencies import for Bower

:warning: **This is a temporary solution**

Unlike NPM, Bower does not have its own registry and uses the Github
repository. Like `js, `sass` and `dist`, all the files required by
Bower must be published on Git.

Changes:
- Pin the Sass dependencies versions and update `yarn.lock`
- Move only the require files to `/vendor`
- Publish the Sass dependencies in `vendor/` on git.
17 files changed:
.gitignore
_vendor/normalize-scss/sass/_normalize.scss [new file with mode: 0644]
_vendor/normalize-scss/sass/normalize/_import-now.scss [new file with mode: 0644]
_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss [new file with mode: 0644]
_vendor/normalize-scss/sass/normalize/_variables.scss [new file with mode: 0644]
_vendor/normalize-scss/sass/normalize/_vertical-rhythm.scss [new file with mode: 0644]
_vendor/sassy-lists/stylesheets/functions/_purge.scss [new file with mode: 0644]
_vendor/sassy-lists/stylesheets/functions/_remove.scss [new file with mode: 0644]
_vendor/sassy-lists/stylesheets/functions/_replace.scss [new file with mode: 0644]
_vendor/sassy-lists/stylesheets/functions/_to-list.scss [new file with mode: 0644]
_vendor/sassy-lists/stylesheets/helpers/_missing-dependencies.scss [new file with mode: 0644]
_vendor/sassy-lists/stylesheets/helpers/_true.scss [new file with mode: 0644]
gulp/config.js
gulp/tasks/customizer.js
package.json
scss/foundation.scss
yarn.lock