angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Does the "src" directory need to be included in the package? #6568

Closed simonua closed 7 years ago

simonua commented 7 years ago

Hello,

The src directory is included in the packages on npm all the way up to the current 2.5 version. Does it need to be included alongside the dist directory? I can see reasons for ease of development, getting to the source code since there aren't any sourcemaps, etc. but it does cause a significant amount of space to be used (1 MB+ in 165 files).

If src is needed and cannot be excluded from the package, would it be possible to also publish a "source-less"/lite package, please?

Thank you!