Skip to content

Bower file created #15

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

Merged
merged 1 commit into from
Apr 12, 2014
Merged

Bower file created #15

merged 1 commit into from
Apr 12, 2014

Conversation

slopjong
Copy link
Contributor

I've registered a new bower package.

bower                          convert Converted https://github.com/marcj/css-element-queries to git://github.com/marcj/css-element-queries.git
bower css-element-queries#*    resolve git://github.com/marcj/css-element-queries.git#*
bower css-element-queries#*   download https://github.com/marcj/css-element-queries/archive/0.0.1.tar.gz
bower css-element-queries#*    extract archive.tar.gz
bower css-element-queries#*   resolved git://github.com/marcj/css-element-queries.git#0.0.1
[?] Registering a package will make it installable via the registry (https://bower.herokuapp.com), continue? Yes
bower css-element-queries     register git://github.com/marcj/css-element-queries.git

Package css-element-queries registered successfully!
All valid semver tags on git://github.com/marcj/css-element-queries.git will be available as versions.
To publish a new version, just release a valid semver tag.

Run bower info css-element-queries to list the available versions.

"main": [
"./src/js/ElementQueries.js",
"./src/js/ResizeSensor.js"
],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anything below this line seem unnecessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added these lines to be future-safe. At the time I wrote the bower file I planned to add an example (html and maybe other files) and grunt support to automate things such as creating the compressed distribution files. With the grunt task gh-pages it'd be very easy to update the github page with a newer version (for the demonstration etc.).

It would also help people to get easier involved if they'd not be too familiar with grunt. Though composer support wouldn't be needed, that could be removed but these lines don't really hurt.

marcj pushed a commit that referenced this pull request Apr 12, 2014
@marcj marcj merged commit 90c7024 into marcj:master Apr 12, 2014
@marcj
Copy link
Owner

marcj commented Apr 12, 2014

Alright, thanks! 👯

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.

2 participants