generator-gulp-angular
generator-gulp-angular copied to clipboard
Adding ts files only in dev env
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.
Wiredep allow to configure exclusions. Perhaps by using different wiredep configurations for dev and dist, you can achieve what you want.