Skip to content
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

Slightly incorrect bower install instructions #34

Open
blitz999 opened this issue Feb 3, 2016 · 2 comments
Open

Slightly incorrect bower install instructions #34

blitz999 opened this issue Feb 3, 2016 · 2 comments

Comments

@blitz999
Copy link

blitz999 commented Feb 3, 2016

Hi there,

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

bower install jPushMenu

;-)

@blitz999
Copy link
Author

blitz999 commented Feb 3, 2016

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
Copy link
Author

blitz999 commented Feb 3, 2016

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

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

No branches or pull requests

1 participant