JustGoscha / allmighty-autocomplete

Simple to use autocomplete directive in a module for AngularJs!
MIT License
392 stars 232 forks source link

Fix bower invalid-meta error #57

Closed gustavocms closed 10 years ago

gustavocms commented 10 years ago

When installing package with bower install it shows a warning of invalid meta. Possibly impacting in rails-assets referencing it.

gustavocms commented 10 years ago

Possible fix for issue "Not working with Bower + rails-assets"

JustGoscha commented 10 years ago

Thanks, mate!

gustavocms commented 10 years ago

Hey no problem. Would you mind creating a tag for the current version and push it to git? I'm afraid that is still necessary to wire up everything on rails. Thanks

On 08-09-2014 09:17, Goscha Graf wrote:

Thanks, mate!

— Reply to this email directly or view it on GitHub https://github.com/JustGoscha/allmighty-autocomplete/pull/57#issuecomment-54809439.

mehtaad commented 10 years ago

I am new to Git could you pls send instruction as to what I need to do to tag and push it? Thanks, Ashok

gustavocms commented 10 years ago

Hi there,

basically you are going to tag a specific commit (the last one probably) to mark it as a current version (v 1.0.140706).

Personally I like to use GitEye (in linux) or Sourcetree (in windows/mac) for this kind of tasks, as the gui helps a lot.

You could also try it with command lines but I don't really know the specific commands. Anyway, the following article explains it very well:

http://git-scm.com/book/en/Git-Basics-Tagging

Cheers

http://git-scm.com/book/en/Git-Basics-Tagging

On 09-09-2014 21:22, mehtaad wrote:

I am new to Git could you pls send instruction as to what I need to do to tag and push it? Thanks, Ashok

— Reply to this email directly or view it on GitHub https://github.com/JustGoscha/allmighty-autocomplete/pull/57#issuecomment-55055746.

mehtaad commented 10 years ago

Hi Tried to push new tag but with no success. I have the solution and posted it to my git account you can see the demo here http://mehtaad.github.io/Autocomplete/

Cheers, Ashok