You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the the tools will process HBS files within nested directories and produce the output "lit" files into the "dist",
maintaining the file structures.
FIXES#2065
Now the the tools will process HBS files within nested directories and produce the output "lit" files into the "dist",
maintaining the file structures.
FIXES#2065
hi,
we current now use the webcomponents-tools for this repo https://github.wdf.sap.corp/xweb/common-webcomponents.
so we now put the web-components in the src directory. below.
but some web-component is very complex, we want use the directory to organize the sub files, maybe like below:
|- src
|---- PersonQuickcard
|--------------------- PersonQuickcard.js
|--------------------- PersonQuickcard.hbs
|--------------------- PersonQuickcard.test.js
|
|----------------------PersonQuickcardAddBadge
|-------------------------------------------------PersonQuickcardAddBadge.js
|-------------------------------------------------PersonQuickcardAddBadge.test.js
|-------------------------------------------------PersonQuickcardAddBadge.hbs
....
so i think the
${LIB}/hbs2ui5/index.js
should deep walk-through the target directory.The text was updated successfully, but these errors were encountered: