Skip to content

Commit

Permalink
fix(component): add support for switching multiple link or style elem…
Browse files Browse the repository at this point in the history
…ents that match
  • Loading branch information
uglow committed Jun 27, 2018
1 parent a10071a commit a238241
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 16 deletions.
3 changes: 3 additions & 0 deletions config/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ function mergeConfig(mergeOptions) {
'dark': [
'./modules/testHarness/styles/dark.styl'
],
'dark2': [
'./modules/testHarness/styles/dark2.styl'
],
'component': [
'./modules/stylesheetSwitcher/stylesheetSwitcher.html'
]
Expand Down
2 changes: 2 additions & 0 deletions confit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ generator-confit:
- ./modules/testHarness/styles/light.styl
dark:
- ./modules/testHarness/styles/dark.styl
dark2:
- ./modules/testHarness/styles/dark2.styl
component:
- ./modules/stylesheetSwitcher/stylesheetSwitcher.html
serverDev:
Expand Down
2 changes: 1 addition & 1 deletion dist/js/component.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/component.es5.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a238241

Please sign in to comment.