mediacurrent / theme_generator_8

Yeoman generator for Drupal Themes - lets you quickly set up a Drupal 8 theme with sensible defaults and best practices.
MIT License
100 stars 24 forks source link

Namespace for KSS breaks on Windows #30

Closed sssduong closed 5 years ago

sssduong commented 6 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.

mariohernandez commented 5 years ago

Closing issue as the latest version of the Theme Generator no longer supports KSS Node. The generator now uses Pattern Lab.