jvandemo / generator-angular2-library

Yeoman generator to create an Angular library
MIT License
752 stars 122 forks source link

Lite server should only watch relevant files #290

Closed razzeee closed 1 year ago

razzeee commented 6 years ago

As mentioned in https://github.com/jvandemo/generator-angular2-library/issues/228#issuecomment-356128508 sometimes the light server tries to access files in .tmp or tmp and we crash on cleanup in those cases.

As it has no business accessing those file anyway, we now listen to the build and playground dir directly.