gulp-inject configuration #276
Locked
pschaeflein
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
This is a great idea @pschaeflein! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Feature implemented |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to propose an update to support a developer-provided configuration for gulp-inject.
The yoteams-build-core package supports configuration to extend what file paths are processed, but does not provide for changing the processing.
I would appreciate thoughts around extending the config object to include injectOptions:
(Options for gulp-inject: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/e605162d378f52f5cb8fccb137442320c876bf4d/types/gulp-inject/index.d.ts#L22)
The specified injectOptions (if any) would then be used in the webTasks.injectSources method instead of the default.
Beta Was this translation helpful? Give feedback.
All reactions