-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rewrite HtmlImports step (#6109)
* Rename the goal * Flatten frontend directory * Correct the logic to search for themed files inside node_modules * Add IT test for client side imported components theming * Revert "Add IT test for client side imported components theming" This reverts commit 0cfb723. * Revert "Correct the logic to search for themed files inside node_modules" This reverts commit 8e65792. * Rewrite HtmlImports to JsModules Fixes #6092 * Rewrite the content of the file even if it doesn't match the declaration pattern. * Add parameter for html import rewrite strategy * Add unit tests for rewrite HtmlImports step. * Fix code review comments * Add javadocs and fix minor things in code * Apply better replacement suggestion by code review
- Loading branch information
Denis
authored and
Johannes Eriksson
committed
Jul 26, 2019
1 parent
233b24d
commit 4014d19
Showing
12 changed files
with
811 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.