ngSocketIO icon indicating copy to clipboard operation
ngSocketIO copied to clipboard

Added bower.json

Open eudaimos opened this issue 10 years ago • 3 comments

Tested install locally including running with generator-angular-fullstack so the file is added to bower_components scripts in index.html and it works (adds minified version).

Did not publish to bower registry and this version has private set to true per your discretion.

To test local install:

  1. Clone repo to local
  2. npm install to get Grunt for build
  3. grunt build to generate build folder with both full and minified files
  4. Navigate to the folder with desired project
  5. run bower install ng-socket-io ~/path/to/ng-socket-io/location/bower.json

eudaimos avatar Apr 19 '14 09:04 eudaimos

I just saw your project ngSocketIO-bower but believe it doesn't allow for updates to source to be percolated to the registry as easily. I think having the bower packaging in this project makes it easier to integrate as an npm install for the yo angular generators

eudaimos avatar Apr 19 '14 17:04 eudaimos

Ugh, it looks like the way I called bower install above ignores the file path after the package name and it was installing your ngSocketIO-bower the whole time.

eudaimos avatar Apr 19 '14 20:04 eudaimos

+1 It's better if we have the only bower record for this code.

vedi avatar Mar 13 '15 09:03 vedi