Closed nwpappas closed 10 years ago
When trying to watch a Compass Project created by the command line I receive an error, the first line of which is:
no such file to load -- compass/import-once/activate
Looking at my project file, the first line reads:
require 'compass/import-once/activate'
Compass.App is obviously failing to load this extension, but the command line compass watch is able to.
compass watch
@EvilClosetMonkey should be fixed in v1.28 (will release today!) with compass 1.0 support.
When trying to watch a Compass Project created by the command line I receive an error, the first line of which is:
Looking at my project file, the first line reads:
Compass.App is obviously failing to load this extension, but the command line
compass watch
is able to.