]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fix #9412 - import Sass dependencies in vendor folder
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 6 Dec 2016 05:21:57 +0000 (06:21 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 6 Dec 2016 05:21:57 +0000 (06:21 +0100)
commit5cf4425005f9c6c127f1559e368a223dd085c7eb
treee5917a3d03ad8753a64502a3637af72d8cb87de3
parent7245cf9cd1a3c5d5b61c0a2bf70387c2e94c1c80
Fix #9412 - import Sass dependencies in vendor folder

Previous PR: https://github.com/zurb/foundation-sites/pull/9449

Changes:
- Revert https://github.com/zurb/foundation-sites/pull/9430 - Make
`normalize-scss` a dev dependency.
- Copy Sass dependencies to `/_vendor/scss` and import them in Sass
from there.

Why not importing the Sass dependencies as real dependencies and from
`node_modules`: we cannot assume the path to our real dependencies. Old
npm versions store them in our `node_modules` folder, while newer
versions store them in the `node_modules` folder of the root project.
.npmignore
bower.json
gulp/config.js
gulp/tasks/customizer.js
gulp/tasks/sass.js
package.json
scss/foundation.scss