angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 177 forks source link

Bring /dist folder up to date with latest source. #179

Closed kaidjohnson closed 6 years ago

kaidjohnson commented 6 years ago

As long as a /dist folder is being maintained within the repo, the builds should be in sync with the latest source code. This PR fixes that.

It looks like the proper 'prepublish' hook is implemented in the package.json. Any reason why the /dist folder is being maintained? It should probably just be removed to avoid this issue in the future...

deini commented 6 years ago

Hey @kaidjohnson, the reason was that bower was using them, but bower is being deprecated in 4.0.0 and we are definitely removing /dist

deini commented 6 years ago

Will close this since /dist gets generated on releases, and there hasn't been a release with the latest changes. Also since 4.0.0 won't be needing it 💃

Let me know if there are any questions