Problem/Motivation
Generated example_theme.libraries.yml contains CRLF
Example:
# - example_theme/clearfix
# - example_theme/visually-hidden
^M
body-text:
css:
component:
dist/css/body-text.css: {}
^M
button:
css:
component:
dist/css/button.css: {}
^M
See:
grep -inr '\\r\\n' ./theme_generator_9
./theme_generator_9/generators/component/index.js:163: '\r\n'
./theme_generator_9/generators/starter-kit/index.js:365: separator: '\r\n'
./theme_generator_9/generators/starter-kit/index.js:375: '\r\n'
Comments
Comment #2
drupalninja99 commentedPR: https://github.com/mediacurrent/theme_generator_9/pull/3
I believe this resolves the issue
Comment #3
drupalninja99 commented