foundation-cli icon indicating copy to clipboard operation
foundation-cli copied to clipboard

Console errors

Open FragaGeddon opened this issue 9 years ago • 1 comments

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 avatar Dec 19 '16 19:12 FragaGeddon

This is from the index.html file at the bottom. <script src="bower_components/what-input/what-input.js"></script> <script src="bower_components/foundation-sites/dist/foundation.js"></script> Which should be: <script src="bower_components/what-input/dist/what-input.js"></script> <script src="bower_components/foundation-sites/dist/js/foundation.js"></script>

FragaGeddon avatar Dec 19 '16 19:12 FragaGeddon