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

Generator Should Recognize application.scss File in Addition to application.css.scss #86

Closed
robwise opened this issue Nov 6, 2015 · 0 comments

Comments

@robwise
Copy link
Contributor

robwise commented Nov 6, 2015

Currently the generator is looking to append Sass imports into the app/assets/stylesheets/application.css file (which it renames to application.css.scss) or an application/assets/stylesheets/application.css.scss, but it doesn't look for simply application.scss and therefore throws an error.

This is extracted from: #78 (comment)

@robwise robwise self-assigned this Nov 6, 2015
robwise added a commit that referenced this issue Nov 6, 2015
…css.scss

Fixes #86

We're just forcing any version of application.css or
application.css.scss to be application.scss

This avoids a lot of headache when trying to reference the file
in multiple places.
robwise added a commit that referenced this issue Nov 8, 2015
…css.scss

Fixes #86

We're just forcing any version of application.css or
application.css.scss to be application.scss

This avoids a lot of headache when trying to reference the file
in multiple places.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant