-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the mixin to the bower repository #17
Comments
Hi @rokerot, For now, you can always grab from GitHub directly (just tested and it works): {
"name": "bower",
"dependencies": {
"sass-flex-mixin": "https://github.com/mastastealth/sass-flex-mixin.git"
}
} Unfortunately, fwik, you'll only be able to grab from the master's head without a release and a With that said, here's the template I like to include in my repos:
If we put the above at the root of this repo, and then @mastastealth published a tag/release (with whatever version number we're on … I'd say, since no versions currently exist, just roll with From there, someone could publish to bower's directory, but that's optional IMHO, considering that pulling from GitHub is easy … For example, here's how you can target a version number range: "harmonia": "https://github.com/mhulse/jquery-harmonia.git#v1", 👍 |
Thanks but i wanted to have it as a proper bower repo because i'm using gulp and it concats all my bower dependencies (which have a bower.json file and main : {} inside them) and if i just point it at a github repo it won't include the script in my build ... Maybe it will if you upload a bower.json file to the repo :) |
I just made a PR: #18 If that's merged, then all |
@mhulse Thanks! Hopefully I did everything right, PR merge + release 1.0.0 added. |
Awesome! After a cursory test it works for me. Thanks @mastastealth! 👍 |
The project still doesn't exist in the bower repository :/ If you search for it there is some other flex mixinS plugin, but not yours. |
You're right @kitze , sorry about that. The ticket is for being in the bower repo, not simply being bower ready. I'll try adding it later today! |
@kitze Ok, so I don't see it in the search from bower.io, however I did register it and doing a |
Can you please do this? If you can't do it can i upload it on my own bower repo for sass mixins (i'll add reference to your name, copyright and everything) because it's painful to download and insert manually from github into every new project :)
The text was updated successfully, but these errors were encountered: