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

walk tree #1

Closed
lepture opened this issue May 8, 2013 · 1 comment
Closed

walk tree #1

lepture opened this issue May 8, 2013 · 1 comment
Milestone

Comments

@lepture
Copy link
Owner

lepture commented May 8, 2013

The directory structure:

guide/
  buttons.styl
  subdir/
    forms.styl

The current 0.1.0 version will only render buttons.styl.

In 0.2.0, it should render forms.styl too.

However, if the file or dir name starts with '_', it will not be rendered.

guide/
  buttons.styl
  _subdir/  -- wil not be rendered
@lepture
Copy link
Owner Author

lepture commented May 8, 2013

Finished.

@lepture lepture closed this as completed May 8, 2013
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