foundation / foundation-cli

The command line installer for Foundation Sites, Emails, Apps.
178 stars 47 forks source link

Console errors #45

Open FragaGeddon opened 7 years ago

FragaGeddon commented 7 years ago

file:///C:/Users/John/Desktop/PersonalStylist/bower_components/what-input/what-input.js Failed to load resource: net::ERR_FILE_NOT_FOUND file:///C:/Users/John/Desktop/PersonalStylist/bower_components/foundation-sites/dist/foundation.js Failed to load resource: net::ERR_FILE_NOT_FOUND app.js:1 Uncaught TypeError: $(...).foundation is not a function at app.js:1

For the what-input, the js file is in the dist folder. Also the foundation is in a js folder inside the dist folder, and not the dist alone. Will this be fixed in an update?

FragaGeddon commented 7 years ago

This is from the index.html file at the bottom. `

` Which should be: `
<script src="bower_components/foundation-sites/dist/js/foundation.js"></script>`