css_reload-5619dc0905a68b2e6298901de54f73cefe4e079f65a75406858d92924b4938bf.js:1 Cross-Origin Read Blocking (CORB) blocked cross-origin response https://raw.githubusercontent.com/zurb/foundation-zurb-template/master/src/assets/scss/app.scss with MIME type text/plain. See https://www.chromestatus.com/feature/5629709824032768 for more details.
is there a readied link on stackblitz.com with zurb 6?
not that I knew.
.wrapper { @include foundation-menu; }
, but it seems that won't allow me to override vars per inclusion scope, that is , for container only, but not for other wrappers that I'd like to have different menu settings
@Giltvedt This Gitter channel doesn't seem to get a lot of traffic. I think that is what @celesteking was referring to when he said "this chan is dead". There is an option to run the build command with the "--production" flag to get all your files ready for production and place them in the "dist" folder under your Foundation project folder. You can see some of this information if you look at the "gulpfile.babel.js" file in your project folder.
The following YouTube videos also go over the "ZURB Stack". They are a little old, but I think they should help you get an understanding of the build process.
There are a lot more tutorial videos about Zurb Foundation located at https://foundation.zurb.com/learn/tutorials.html that you may also want to check out.
This page also has more details about Zurb Template and the build commands: https://foundation.zurb.com/sites/docs/starter-projects.html
After everything is built you should be able to upload the "dist" folder to your web server and the pages should work like in your local development environment.
npm / yarn start
.
@cnc137 Yeah I guess it was that he mean. It's kinda sad for a great framework.
I'm not sure we are talking about same codebase. It's no any sight about --production
or dist
in gulpfile.js
in project folder. Anyway… I've moved project to another codebase and can now run build command to make website ready for production-server.
@DanielRuf Sorry I was unclear when I ask for help. I've no problem to run npm/yarn start
. I was asking how to run command to export site ready for production use. Also generate dist
folder.