store
store copied to clipboard
How to build store2.min.js with selected extensions?
I'd like to build minified store2.min.js with store.cache.js extension included. What is the correct way to do that?
It's not something the project currently handles for you. You'll have to fire up a minifier manually or modify the Gruntfile to include a task that does this. If you do the latter, please consider contributing a PR with the change, as i'd be happy to support that feature. I just don't have time right now to do this myself.