AutoFileName icon indicating copy to clipboard operation
AutoFileName copied to clipboard

CSS Compiler

Open mdix opened this issue 13 years ago • 0 comments

Hi,

when writing css I'm often using SASS with compass. Usually the .sass-files are not in the same folder as the compiled css files. This causes AutoFileName to be completely useless, because the filepaths are wrong. When using compass there's a compass.rb file that keeps the path to the generated css files:

css_dir = "public/css" sass_dir = "sass"

You think it's somehow possible to check the project for a config rb and somehow use the correct path in .sass-files?

Thanks for your trouble and kind regards Marc

mdix avatar Sep 21 '12 19:09 mdix