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
In my templates directory, I have Sass partials named as _app.scss and _header.scss. However, when I use the template, the underscore in the files change to dots. How can I fix this?
The text was updated successfully, but these errors were encountered:
Change your files that need a dot _gitignore_babelrc_etc with underscores to @ one (or any for your choice) @gitignore @babelrc @etc. In your slushfile.js, on a 'default' task, change string replace @ to _.
In my templates directory, I have Sass partials named as
_app.scss
and_header.scss
. However, when I use the template, the underscore in the files change to dots. How can I fix this?The text was updated successfully, but these errors were encountered: