angular / angular-hint

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

Do you have a packaged version #57

Closed shprink closed 8 years ago

shprink commented 9 years ago

Hi,

Do you have a packaged repo just to get the necessary code not all the dev dependencies (npm install angular-hint > 200Mb)

My project doubled in size just with this dependency.

Cheers, Shprink

kayz1 commented 9 years ago

+1

hgoebl commented 9 years ago

+1 For me it added 586 MB for just 68 kB in dist/

btford commented 8 years ago

586 MB

That's huge! If you use a modern version of npm (npm install -g npm) you should have some of the hefty dependencies de-duped.

I'm going to push a bundle today that includes the dist folder.

btford commented 8 years ago

Just published v0.3.3, which includes the dist folder: https://github.com/angular/angular-hint/blob/master/dist/hint.js

Closing, but let me know if there's anything else that should be done to make angular-hint easy to consume.