I have done compass create .
and compass init rails
whilst in my project directory. A few questions:
- I have placed my
.sass
files inpublic/stylesheets
. Is this the right place to put them? - When I run
compass watch
, it does not automatically compile these.sass
files. I have to manually specify the files:compass watch public/stylesheets/myfile.sass
etc. How do I get this working automatically? - The files
ie.css
,print.css
andscreen.css
have been placed instylesheets/compiled
. How do I remove these without them reappeareing after compilation? - My own compiled
.sass
files are compiled tocompiled/ts
. Why are they ints
and not incompiled
?
Many thanks in advance
Edit: Worked it out:
- No, put them in
app/stylesheets/
- Works if you follow above
- Remove them from
app/stylesheets/
- Do first answer and they will be put in
compiled/