I'm trying to setup Compass in a pre-existing WebStorm project, however the css files are not linking correctly. I have tired changing the relative links, but have not had any luck.
I generated the folders and config.rb by running compass init. Ideally, I would want these folders moved so they are all under public (ie sass, stylesheets etc)
I am including them in layout.jade with
link(rel='stylesheet', href='/stylesheets/screen.css'
media="screen, projection" type="text/css" )
See screenshot:
//Removed because I cant post that many links
I am not getting any errors, the styles just aren't applying to the page.
Edit:
I'm very confused - the css under stylesheets looks correct, but the css under the scss files has the error ' File to import not found or unreadable: compass/reset. on line 6 of screen.scss'. Why are there two css files?:
Edit 3:
The error seems to be here, but I cannot figure out how to fix it?


.cssfile gets saved next to the source file in the samesassfolder instead ofstylesheets- LazyOne