-
4Replies
-
'$' is not defined jquery/ App.js error.
By Aaron Neeley
Hi guys, I've been away from Foundation for a while. I just booted it up for a personal project and I can't seem to get the App.js file to work. I keep getting a "$" is not defined error. I can get it to work by adding my script to the bottom... (continued)
Last Reply by aamir khan 2 months ago
-
5Replies
-
Syncing Git and Yeti Sites - Noobs
By Aaron Neeley
yeti launchgitdeployfoundation 6
Sorry guys, I'm new to Foundation so this may be a really silly question. I'm also a designer who does majority of what I can through GUIs. I've downloaded Yeti, started a project and all of that good stuff. How do I just branch that whole project... (continued)
Last Reply by Aaron Neeley almost 4 years ago
Thanks @ThatGuy! First off, great videos and super helpful. It wasn't an exact solve more problem but definitely put me in the right direction.
Turns out i need to add this piece to my ESlint config. It was block the compiler.
{
"parserOptions": {
"sourceType": "module",
}
}