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.
validateInput(el)
? https://github.com/foundation/foundation-sites/blob/develop/js/foundation.abide.js#L423
Need help with a Foundation CLI error listed below on Win10x64 .
$ foundation new
fs.js:27
const { Math, Object } = primordials;
^
ReferenceError: primordials is not defined
Installed Foundation CLI using command npm install --global foundation-cli
. Just starting to use Foundation for the first time using Zurb instructions.
Thank you @DanielRuf ! Installed "nvm for Windows." Got past the error from my last post: ReferenceError: primordials is not defined
Foundation CLI command "new" is working.
https://github.com/coreybutler/nvm-windows
.foundation()
?data-tooltip
to an element, then I run .foundation()
on it in order to initialize it, and then I want to kind of deactivate this tooltip, remove all that was done when initalization occurs (some data-
added and so on) ?