You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In development mode, it would be very useful if we could internalize all the external files + zips for example. (external because they are external .. zips because they are resource consuming).
That would ensure that we could keep working on internal @bassetBlocks and/or internal .css/.js files without basset caching them, and we would be able to develop offline without reaching for external resources.
It can be two configs like: DEV_MODE_CACHE_EXTERNALS and DEV_MODE_CACHE_ZIPS.
The text was updated successfully, but these errors were encountered:
In development mode, it would be very useful if we could internalize all the external files + zips for example. (external because they are external .. zips because they are resource consuming).
That would ensure that we could keep working on internal @bassetBlocks and/or internal .css/.js files without basset caching them, and we would be able to develop offline without reaching for external resources.
It can be two configs like:
DEV_MODE_CACHE_EXTERNALS
andDEV_MODE_CACHE_ZIPS
.The text was updated successfully, but these errors were encountered: