Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Added bower.json. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added bower.json. #6

wants to merge 1 commit into from

Conversation

estoner
Copy link

@estoner estoner commented Aug 11, 2014

Hi, I ran into some issues installing your library without a valid bower.json, so I thought I'd offer you a placeholder if you're interested.

Bower can install without the bower.json config file if you just specify a git repo/commit to pull from, but then you can't programmatically make sure that your dependencies are all up to date when you run a build.

@estoner
Copy link
Author

estoner commented Aug 11, 2014

If this looks good to you, it'll also need a version tag on GitHub to show up properly in the Bower registry:

git tag v1.0.2
git push origin -a

@estoner
Copy link
Author

estoner commented Aug 11, 2014

That last comment of mine appears to be nonsense, the actual push command is

git push origin --tags

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

Successfully merging this pull request may close these issues.

1 participant