gator icon indicating copy to clipboard operation
gator copied to clipboard

.cache/ Invalidation

Open euisuny opened this issue 6 years ago • 4 comments

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

euisuny avatar Nov 30 '18 23:11 euisuny

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

Checkmate50 avatar Nov 30 '18 23:11 Checkmate50

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.

euisuny avatar Dec 01 '18 00:12 euisuny

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

sampsyo avatar Dec 01 '18 17:12 sampsyo

this fix would be great!

bionicles avatar Dec 18 '18 22:12 bionicles