During Gulp build .tmp process all js & css files are injected into temporary jsp file, but when dist process starts combined js & css files are generated but not injected into dist jsp file.
For same case build with html, file gulp working fine.
Is it possible to use gulp-inject for JSP files to inject javascript & css files into it? And how?