joshdmiller / angular-placeholders

A set of placeholder directives & services for use during development of AngularJS apps.
joshdmiller.github.com/angular-placeholders
GNU Lesser General Public License v3.0
202 stars 39 forks source link

Please create tagged release? #21

Open metasim opened 9 years ago

metasim commented 9 years ago

Great library! For easier use with the Play Framework, I've implemented the build configuration to wrap your library in a "WebJar" (see webjars.org if you're not familiar with them).

Here's the wrapper configuration I wrote: https://github.com/metasim/angular-placeholders-webjar

I've submitted it to the webjars.org organization (see https://github.com/webjars/webjars/issues/1079) and the feedback I've gotten is that they prefer to have the build configured against a github "tagged release" (eg: https://github.com/joshdmiller/angular-placeholders/releases) rather than a free floating or SHA-based one.

Would you be willing to do this? I could just fork the repo and create my own tagged release, but I'd rather not diverge from any future work you do on the library.

Thank you!

metasim commented 9 years ago

FYI: Because I needed to get a webjar version out there, I forked and created my own tagged release:

https://github.com/metasim/angular-placeholders/releases/tag/v0.0.1

I'll delete once there's an official tagged release.