Differential / meteor-vulcanize

Vulcanize html imports in your meteor app.
32 stars 15 forks source link

Vulcanize runs on every client refresh #27

Open ThaumRystra opened 8 years ago

ThaumRystra commented 8 years ago

Vulcanize can take a substantial amount of time to run, and at the moment it doesn't seem to be caching its result, rather it runs on every client-side change.

schnie commented 8 years ago

Yes, this is a great idea. Any ideas on how to implement? I'll try to look into it, but will definitely accept a PR!

ThaumRystra commented 8 years ago

I'm still fairly clueless on Meteor's build plugin API, but they do give some guidance on caching. I'll also look into it; it should speed up client-side development quite a bit.