zurb foundation
Created 7 years ago by dijitaqhow do i compile zurb foundation using pyrocms? i tried using {{ asset_add("foundation.css", "node_modules/foundation-sites/scss/foundation.scss") }} but the css file just comes up empty
ryanthompson
—
7 years ago
@piterden you can also compile this with the asset library.
@dijitaq it looks like your path is not hinted properly. Try node_modules::
but if it's not failing.. chances are something in the file is throwing up issues. To what @piterden said though you can use webpack to compile and use the asset system to render the resulting files.
Use Webpack and npm for it.