Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underscore changes to a dot in Sass partial files #59

Open
chiragbhansali opened this issue Oct 26, 2017 · 1 comment
Open

Underscore changes to a dot in Sass partial files #59

chiragbhansali opened this issue Oct 26, 2017 · 1 comment

Comments

@chiragbhansali
Copy link

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?

@Zeindelf
Copy link

Zeindelf commented Dec 13, 2017

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 _.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants