alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

Release an unminified version of the package #54

Closed vtertre closed 8 years ago

vtertre commented 8 years ago

PR relative to #44. The unminified release file is required when using packages like browserify. This is the recommended strategy used by other packages (example).

mikedaly commented 8 years ago

Isn't the un-minified version already available in the src directory? That directory is already included in the bower-installed package.

vtertre commented 8 years ago

Well of course but it needs to be ngAnnotate'ed and the template cache instruction to be added, which is done by the gulp build task.

Edit: Here is a (non-exhaustive) list of packages using this standard method: angular-strap ng-i18next angular-loading-bar angular-ui-router

I mean... even angularjs itself is released as a whole un-minified file.