root
|
|-- dist
|
|-- css
|
|-- js
|
|-- src
|
|-- scss
|
|-- style.scss
|
|-- js
|
|-- app.js
|
|-- index.html
Copy the foundation _settings.scss file to src/scss/_settings.scss. It's available at /node_modules/foundation-sites/scss/settings/_settings.scss after you've run npm install.
Edit the util path in the _settings.scss file to be foundation/util/util and then import what you need in your style.scss file. Eg:
@import "settings";
@import "foundation/foundation";
@include foundation-everything;To set up everything for development, run npm install then npm start.
To build your project, run npm install then npm run build.
Hi sbeleidy, very nice work! i have try this and always i got this error:
verbose stack Error: foundation-project@0.0.1 start:
npm run copy && npm run watch:all... and ...
error Failed at the foundation-project@0.0.1 start script 'npm run copy && npm run watch:all'.
i have updated via npm-check-updates but no soluten for this... do you have may be any idea? Thank you very much!!!