bergie / create

Midgard Create, a generic web editing interface for any CMS
https://bergie.github.com/create
MIT License
2.47k stars 279 forks source link

rails-assets.org support #211

Open alecnmk opened 9 years ago

alecnmk commented 9 years ago

I was about to use create.js via rails-assets.org to use it in one of my projects. But once I search and didn't find it there I tried to create it. Got message 'create has no versions defined. Please create an issue in component's repository.' It would be great if you could resolve it somehow, shouldn't be a big deal, no?

Thank you

bergie commented 9 years ago

@alecnmk what is needed for rails-assets to recognize a version? We have git tags already

alecnmk commented 9 years ago

Hello Henri,

I’m not sure because they didn’t provide detailed instructions. I see one potential issue though. Github repos of existing bower packages on rails-assets.org http://rails-assets.org/ have different tag name format, say, v0.0.1 (prefixed with v), while createjs repo is using plain version name as tag name.

Thank you