I downloaded the fire.app 3 days ago and tried to create a new Zurb Foundation project but paths are not set properly - console log:
GET file:///stylesheets/app.css net::ERR_FILE_NOT_FOUND
GET file:///vendor/javascripts/modernizr.js net::ERR_FILE_NOT_FOUND
GET file:///javascripts/vendor/jquery.js net::ERR_FILE_NOT_FOUND
GET file:///javascripts/foundation.js net::ERR_FILE_NOT_FOUND
When I fix the app.css path styles are still not applied even though the css file is not empty. I tried to add new rules in app.scss and these are instantly visible.
Whats going on and how can I fix it?
I downloaded the fire.app 3 days ago and tried to create a new Zurb Foundation project but paths are not set properly - console log: GET file:///stylesheets/app.css net::ERR_FILE_NOT_FOUND GET file:///vendor/javascripts/modernizr.js net::ERR_FILE_NOT_FOUND GET file:///javascripts/vendor/jquery.js net::ERR_FILE_NOT_FOUND GET file:///javascripts/foundation.js net::ERR_FILE_NOT_FOUND
When I fix the app.css path styles are still not applied even though the css file is not empty. I tried to add new rules in app.scss and these are instantly visible. Whats going on and how can I fix it?