cucapra / gator

Geometry types
https://capra.cs.cornell.edu/research/gator/
26 stars 11 forks source link

.cache/ Invalidation #29

Open euisuny opened 5 years ago

euisuny commented 5 years ago

Invalidate the .cache/ generated by ParcelJS whenever the compiler is updated/rebuilt.

Checkmate50 commented 5 years ago

We discussed this a while back -- at the time, we said it was unnecessary since it doesn't effect the end user since they won't be rebuilding the compiler

euisuny commented 5 years ago

It's becoming kind of frustrating during development, this could just be an extra line in our Makefile when we build our compiler that removes the .cache folder.

sampsyo commented 5 years ago

This issue seems relevant: https://github.com/parcel-bundler/parcel/issues/729

bionicles commented 5 years ago

this fix would be great!