-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
as worte in http://forums.donejs.com/t/problems-getting-stealjs-cache-bust-to-work/514/4
steal-cache-bust can (today) not work in production.
in production steal-cache-bust is bundled into the index.js file and steal therefore cant be load the index.js file with the cache-bust extension because it dont know that cache-busting is enabled.
for any future files, steal will load these files with a version number
@matthewp
my thoughts:
either we integrate steal-cache-buster into core and enable it by setting the steal config
or
we add (in steal 1.0) the fetch hook into the steal.production.js that we copied into the dist folder and remove cache-buster from being bundled
Metadata
Metadata
Assignees
Labels
No labels