bmustiata / fast-live-reload

A live reload that works with all the possible browsers.
18 stars 5 forks source link

Build error 'not found: compass' #15

Closed lbergman closed 4 years ago

lbergman commented 4 years ago

Running Windows 10, tried running npm and grunt both in windows and in WSL2 (Ubunty 18.04)

I simply do a fresh clone, then run npm i && grunt

Get the following output:

Running "clean:client" (clean) task
>> 1 path cleaned.

Running "clean:dist" (clean) task
>> 1 path cleaned.

Running "clean:iframe" (clean) task
>> 1 path cleaned.

Running "concat:client" (concat) task

Running "sync:client-tmp" (sync) task
Updating file tmp/client-fast-reload.js.map
Updating file tmp/client-fast-reload.js

Running "concat:dist" (concat) task

Running "sync:dist" (sync) task
Copying src/doc/readme.hbs -> lib/readme.hbs

Running "chmod:dist" (chmod) task
>> 1 file had their `chmod` mode set to "755".

Running "concat:iframe" (concat) task

Running "sync:iframe" (sync) task
Copying src/iframe/index.handlebars -> iframe/fast-live-reload/index.handlebars
Copying src/iframe/js/jquery.js -> iframe/fast-live-reload/js/jquery.js

Running "compass:iframe" (compass) task
Warning: not found: compass Use --force to continue.

Aborted due to warnings.
bmustiata commented 4 years ago

Do you have compass installed and available on the command line?

bmustiata commented 4 years ago

This happened since compass was not installed.