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

Stylus #127

Merged
merged 4 commits into from Jul 19, 2012
Merged

Stylus #127

merged 4 commits into from Jul 19, 2012

Conversation

tbranyen
Copy link
Owner

Adding in out-of-the-box stylus support.

@paulirish
Copy link

the stylus! convention is a little weird. You're using it to indicate that the server should compile it to CSS and then serve that CSS as the time.styl file to the browser.

How about instead of that.... the .styl filename extension indicates that serving this file should actually:

  • on request, compile with stylus
  • redirect the request from time.styl to time.css
  • serve up the compiled css

As a result, you don't need to make special considerations in authoring the file.. you can just @import a .styl file and it'll work automatically

@tbranyen
Copy link
Owner Author

Good call I just updated to do that.

tbranyen added a commit that referenced this pull request Jul 19, 2012
@tbranyen tbranyen merged commit 4c42443 into master Jul 19, 2012
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

Successfully merging this pull request may close these issues.

None yet

2 participants