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

Bower #11

Open
rutkoski opened this issue Sep 8, 2014 · 1 comment
Open

Bower #11

rutkoski opened this issue Sep 8, 2014 · 1 comment

Comments

@rutkoski
Copy link

rutkoski commented Sep 8, 2014

Hi! I used your code on a project and needed to install it with Bower, so I registered it as a bower package. Now I can install it like this:

bower install mudcube-eventjs

Tanx for the great code!

@kukac7
Copy link

kukac7 commented Jan 31, 2017

add bower.json:
"eventjs": "mudcube/Event.js"

"overrides": {
"eventjs": {
      "main": [
          "js/Event.js"
      ]
    }
  }

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

2 participants