mgcrea / angular-motion

Fancy CSS3 animations for AngularJS 1.2+.
http://mgcrea.github.io/angular-motion
MIT License
449 stars 91 forks source link

bower.json main should files should not be minified. #13

Closed Toilal closed 9 years ago

Toilal commented 9 years ago

It's considered as a good pratice to have concat files instead of minified files in bower.json main property.

Minifying must be done for the packaging of the application project. Libraries bower main property should provide non-minified files. It also helps for debugging.

That's how it's done for jquery, angular, boostrap and many other projects.

Toilal commented 9 years ago

Commit didn't change this issue. Is this a typo on issue number ?