gulp-imports icon indicating copy to clipboard operation
gulp-imports copied to clipboard

Feature request: avoid duplicate js import

Open nicholasmakhija opened this issue 7 years ago • 0 comments

@ifandelse is it possible to provide an entry point (eg: app.js used on every template), to keep track of all files being 'imported', because there could be other files (eg: some-template.js used on specific templates), that might import file(s) already imported by app.js?

In that case the 'import' should be ignored.

nicholasmakhija avatar Mar 09 '17 04:03 nicholasmakhija