Closed sssduong closed 5 years ago
Check out this issue on KSS Node for background.
The issue is line 29 on styleguide.js: namespace: '<%= themeName %>:' + dirname + '/src/components/'
On Windows, the above would produce: 'themename:C:\folder/src/components'
On KSS, the above would produce "C" as the namespace because it's splitting that line by the ":" delimiter and taking the second element as the path.
Closing issue as the latest version of the Theme Generator no longer supports KSS Node. The generator now uses Pattern Lab.
Check out this issue on KSS Node for background.
The issue is line 29 on styleguide.js: namespace: '<%= themeName %>:' + dirname + '/src/components/'
On Windows, the above would produce: 'themename:C:\folder/src/components'
On KSS, the above would produce "C" as the namespace because it's splitting that line by the ":" delimiter and taking the second element as the path.