jPushMenu icon indicating copy to clipboard operation
jPushMenu copied to clipboard

Slightly incorrect bower install instructions

Open blitz999 opened this issue 10 years ago • 2 comments

Hi there,

You've got bower install as the instruction, but it should be at least:

bower install jPushMenu

;-)

blitz999 avatar Feb 03 '16 03:02 blitz999

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"
}

blitz999 avatar Feb 03 '16 04:02 blitz999

Great little script, btw. I hope the above helps! Will post a link when site live.

blitz999 avatar Feb 03 '16 05:02 blitz999