Find Angular-CLI <script src="*.bundle.js> injected elements
Use Case
Angular CLI adds in js bundles when a build is performed, one of the bundles are tiny and should be unlined.
Using something like gulp-replace that uses regedx to remove, and gulp-inject to rewrite these links ( and inline code ) can be very beneficial for a post build process if you are ...
Submitted by anonymous - 7 years ago