caleb / broccoli-fast-browserify

A caching, flexible Browserify Broccoli filter
https://github.com/caleb/broccoli-fast-browserify
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Invalidate bundle when entry point file has changed #18

Closed maherbeg closed 8 years ago

maherbeg commented 8 years ago

Invalidates the bundle when the entry point file has changed. When the entry point file changes after a required file change, the bundle would not update. This enables invalidation in all cases to allow for more consistent bundle rebuilding.

Fixes https://github.com/caleb/broccoli-fast-browserify/issues/17

I wrote a test that fails without my code change and had logging statements to see the failure in the example provided https://github.com/kraftwer1/broccoli-fast-browserify-bug

caleb commented 8 years ago

Thanks!

I haven't had much time to keep this up. I'll make a release later today