Closed
Description
I just installed ng-redux via Bower. I see a ng-redux.js
file in the dist
folder, and I thought "there should be a minified version". Then I opened the file, to see it is actually minified...
So, I suggest:
- To name this file
ng-redux.min.js
to follow common practices; - To create also a source map for easy debugging;
- And / or to provide a non-minified version of this file. I like to include the non-minified version in debug builds and in tests.