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

fix stylus includes #1609

Closed
wants to merge 1 commit into from
Closed

Conversation

studentIvan
Copy link
Contributor

  1. fix stylus extension (from .stylus to .styl)
  2. fix default stylus includes in app.styl (account/login/login contains nothing and it does produce some err)

@@ -45,7 +45,6 @@
<% } %>
// Component styles are injected through grunt
// injector
@import "account/login/login"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file doesn't exists

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh you're right, curious, it used to exist. Anyway, if you're going to remove this, it should be in a separate commit, and you should do the same change for the SCSS and LESS files.

@Awk34 Awk34 closed this in 37d6c46 Feb 19, 2016
@Awk34
Copy link
Member

Awk34 commented Feb 19, 2016

Thanks. I've pulled out the app.styl change and merged the rest.

@Awk34 Awk34 added the bug label Feb 19, 2016
Awk34 pushed a commit that referenced this pull request Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants