angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

dist angular-hint.js file to be used without requirejs? #91

Closed SebastianSchirmer closed 8 years ago

SebastianSchirmer commented 9 years ago

Is there a dist file available which could be used without requirejs? We are not using requirejs in our project but nevertheless would like to use angular-hint.

SomeKittens commented 9 years ago

This is actually compiled with browserify. You should be able to include dist/hint.js without needing any other external library (other than Angular, of course).

alberto commented 8 years ago

The npm package does not include a dist folder.

btford commented 8 years ago

That's a valid concern.

btford commented 8 years ago

I just landed v0.3.3 with the dist included: https://github.com/angular/angular-hint/blob/master/dist/hint.js

I'm going to close this, but let me know if there's anything else I can do to make Angular Hint easier to use.

Thanks!

alberto commented 8 years ago

The latest package on npm is still 0.3.2. I'm not sure if you have to do anything to publish the new version there or if I should just wait until it shows up.

alberto commented 8 years ago

Mmm, I tried to get it directly from github using "angular/angular-hint" on my package.json, but I still couldn't get the dist folder. I guess it's because it's still excluded in .gitignore?

dmitriz commented 8 years ago

The dist folder is still not installed with npm. Would be nice to have it there.