Closed shakucing closed 3 years ago
Please check if you got site.css inside Content folder as it said not found.
site.css exist.
how bout your chrome inspect? does same error appear?
Got same error, tried to replace the source site.css file from treehouse but the error remained the same.
i think need an extra step import "bootstrap*.css.map file" or comment the css.map reference from the css file according to following. ref: https://stackoverflow.com/questions/21504611/what-are-the-map-files-used-for-in-bootstrap-3-x
but maybe this is not really an issue after looking into the stackoverflow comment. the file is more for debugging in inspector purpose
Error solved for me!
Put it inside
Assuming this console error maybe related to Date bug issue
suggested from stackoverflow to include the map file too. (how?)