generator-gulp-angular icon indicating copy to clipboard operation
generator-gulp-angular copied to clipboard

Adding ts files only in dev env

Open vlio20 opened this issue 9 years ago • 1 comments

Is there an easy way to add bower libs that will be added to vendor only during gulp serve (.tmp) but won't be part of the code in the dist folder after gulp build?

The same thing to custom files - will be present in .tmp folder but would be excluded after gulp build in deist folder.

vlio20 avatar Jun 06 '16 19:06 vlio20

Wiredep allow to configure exclusions. Perhaps by using different wiredep configurations for dev and dist, you can achieve what you want.

Swiip avatar Jun 07 '16 08:06 Swiip