liamcain / AutoFileName

Sublime Text plugin that autocompletes filenames
515 stars 78 forks source link

CSS Compiler #22

Open mdix opened 11 years ago

mdix commented 11 years ago

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