gulp-imports
gulp-imports copied to clipboard
Feature request: avoid duplicate js import
@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.