jPushMenu
jPushMenu copied to clipboard
Slightly incorrect bower install instructions
Hi there,
You've got bower install as the instruction, but it should be at least:
bower install jPushMenu
;-)
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"
}
Great little script, btw. I hope the above helps! Will post a link when site live.