7

I'm using compass watch and Chrome resource mapping to modify my .scss in the chrome browser, and it's working well.

However, everything time I save an .scss file, compass checks every sprite in its configuration, which takes about three seconds, before the .css is recompiled.

Is there a setting I can use to skip images to get more instant feedback?

dwjohnston
  • 11,163
  • 32
  • 99
  • 194
  • You might go to config.rb which is usually in the root folder, and comment the code: images_dir = "images" But I don't know how your code in that file is, you might give that a try? – Leo Oct 03 '16 at 18:08
  • More info here: http://compass-style.org/help/documentation/configuration-reference/ – Leo Oct 03 '16 at 18:09
  • @Leo Good thought - but it won't work, because later in my scss compass wants to know where its referenced image resources are. The idea is - the images are already compiled, but when watching, I'm not expecting changes. – dwjohnston Oct 05 '16 at 20:26

0 Answers0