Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jekyll generates static site while SASS is compiling #23

Closed
fcalderan opened this issue Mar 13, 2013 · 3 comments
Closed

Jekyll generates static site while SASS is compiling #23

fcalderan opened this issue Mar 13, 2013 · 3 comments
Labels

Comments

@fcalderan
Copy link

I enabled sass for my stylesheets in _config.yml, and I started my server with --auto option, but every time I change a .css.scss file, I need to save it twice in order to see my css updated on the static copy even if webrick detected a change. Not a real problem but it's really an annoying behaviour.

Don't know if this issue could be related to this plugin, but there's a way to overcome the problem and avoid to save the sass file one more time?

Thank you

@jeromegn
Copy link

Mine just doesn't ever reload. I had to use fswatch to get watch the _assets and regenerate the compiled files.

Any progress on this issue?

@ixti
Copy link
Contributor

ixti commented Apr 28, 2013

Hm. Sometimes it works on my laptop as expected, sometimes I get described bug. o_O Seems like under some circumstances DirectoryWatcher starts ignoring changes to _assets.

@ixti
Copy link
Contributor

ixti commented Apr 29, 2013

DirectoryWatcher was not the cause. It was the bug in the AssetFile equality comparison and eventual caching. So obsolete assets were kept in the cache while new asset versions were added into the stack that was leading into race conditions during compilation. Fixed in v0.3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants