hexojs / hexo-renderer-stylus

Stylus renderer for Hexo
MIT License
18 stars 19 forks source link

won't detect changes to imported files #9

Closed TBlank72 closed 4 years ago

TBlank72 commented 8 years ago

When I use "hexo generate", changes to files that are @import into the main .styl file aren't detected. If I edit the main .styl file and "hexo generate", then change it back and "hexo generate" again, I can get it to work, but it just seems like extra work. Is there a setting that I'm missing that tells it to watch for changes to all files?

Thanks, and sorry for the noob question.

BrunoCartier commented 8 years ago

Same problem here. When a file has only imports, it won't be re-generated :/

shinux commented 8 years ago

same here

mamboer commented 8 years ago

same issue here

GazEdge commented 7 years ago

Any progress on this?

same issue here v0.3.3 . Seems like imported files are not considered when looking at what files have been updated.

The render does seem to work when updating imported files when running 'hexo server' in development.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.