Skip to content

Conversation

j6s
Copy link
Contributor

@j6s j6s commented Sep 4, 2014

What this does

It would be great to be able to install mini.css via bower. That way everything a user has to to is typing

bower install mini.css

and he has the latest copy of mini.css installed.


Actions after merging

This is the first step to making this project installable via bower.
After merging the bower.json, you have to push a tag 1.0.0 to the repository:

git tag 1.0.0
git push origin 1.0.0

and then register it at the bower repository:

bower register mini.css https://github.com/elixir-web/mini.css.git

(Assuming you have bower installed)


Notes:

  • When doing changes to mini.css in the future, you will have to increase the version number in the bower.json and add a corresponding tag.
  • You may have to edit the bower.json, if you which a different licence than MIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant