matthodan / jekyll-asset-pipeline

Powerful asset pipeline for Jekyll that collects, converts and compresses JavaScript and CSS assets
http://www.matthodan.com/2012/11/22/jekyll-asset-pipeline.html
MIT License
364 stars 31 forks source link

_assets not being watched with jekyll --auto #24

Closed jonsuh closed 7 years ago

jonsuh commented 11 years ago

Jekyll site auto regeneration is not detecting changes in _assets/.scss

I have auto: true in _config.yml and when I run jekyll in Terminal, the assets are properly processed and written. However, when I make a change in my _assets/screen.css.scss file, Jekyll's site auto regeneration does not detect the changes in my .scss file.

What do I need to configure to make sure jekyll --auto detects changes in _assets?

Thanks!

jfroom commented 11 years ago

directory_watcher 1.5.1 seems to have issues. Try rolling back to 1.4.1 http://stackoverflow.com/a/15610676/281809

runemadsen commented 11 years ago

I'm having the same problem, and I'm using v. 1.4.1. Any tips?

runemadsen commented 11 years ago

Also, I'm using a source path that is not in _assets:

assets:
  sources:
    - ../lib/assets/fonts
    - ../lib/assets/stylesheets
    - ../lib/assets/javascripts