We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
You've got bower install as the instruction, but it should be at least:
bower install
bower install jPushMenu
;-)
The text was updated successfully, but these errors were encountered:
Having said that… just installed. You've got no bower.json file, so this won't actually work as a bower as is…
Along the lines of:
{ "name": "jPushMenu", "homepage": "https://github.com/takien/jPushMenu", "authors": [ "taken" ], "description": "Push menu description", "moduleType": "globals", "main": [ "css/jPushMenu.css", "js/jPushMenu.js" ], "keywords": [ "jQuery", "menu", "push" ], "license": "x", "ignore": [ "**/.*", "lib", "tasks", "templates", "test", "*.gemspec", "Makefile", "Gemfile" ], "dependencies": { "jquery": ">= 1.9.1" }, "version": "x" }
Sorry, something went wrong.
Great little script, btw. I hope the above helps! Will post a link when site live.
No branches or pull requests
Hi there,
You've got
bower install
as the instruction, but it should be at least:bower install jPushMenu
;-)
The text was updated successfully, but these errors were encountered: