with sass required create config.rb manages location of app. i've changed name of file "sass_config.rb" , can't figure out how change default of "compass watch" finds renamed file.
to clarify, when run following command compass correctly finds file , continues normal behavior:
compass -c watch sass_config.rb but when run:
compass watch it says:
nothing compile. if you're trying start new project, have left off directory argument. how can fix behavior sees file has been renamed running "compass watch"?
the configuration filename cannot arbitrarily modified. hard coded within compass in 1 of 5 locations (soon 4).
# todo: deprecate src/config.rb location. known_config_locations = ['config/compass.rb', ".compass/config.rb", "config/compass.config", "config.rb", "src/config.rb"]
Comments
Post a Comment