jmdobry / angular-cache

angular-cache is a very useful replacement for the Angular 1 $cacheFactory.
http://jmdobry.github.io/angular-cache
MIT License
1.39k stars 156 forks source link

Provide minified version from Bower #32

Closed CMCDragonkai closed 11 years ago

CMCDragonkai commented 11 years ago

Currently the bower installed one doesn't have the dist folder. Is it possible to provide this?

jmdobry commented 11 years ago

I could. The problem is that the files in the dist/ folder will be versioned. They will look like angular-cache-1.0.0-rc.1.js and angular-cache-1.0.0-rc.1.min.js. Is that okay?

CMCDragonkai commented 11 years ago

Sure