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

Parsing multiple css files #28

Closed
wooooow opened this issue Jun 4, 2012 · 7 comments
Closed

Parsing multiple css files #28

wooooow opened this issue Jun 4, 2012 · 7 comments

Comments

@wooooow
Copy link

wooooow commented Jun 4, 2012

Hi,

I'm running Styledocco on Windows with node.js.

When I type the following:

styledocco -n "MyProject" css

*css is a folder with styles.css & styles2.css

Styledocco only parses styles.css but I want both of my files in the StyleGuide.

What should I do?

Thanks

@wooooow
Copy link
Author

wooooow commented Jun 6, 2012

It works fine with Ubuntu but I really need it to work on Windows.

Thx

@jacobrask
Copy link
Owner

Thank you for your report, I have now done some changes to the way StyleDocco handles input files. Can you try if it works with StyleDocco 0.4.0?

@wooooow
Copy link
Author

wooooow commented Jun 29, 2012

It still not working.

I've updated styledocco and when I type the same command.
It only parses one of my files.

@morewry
Copy link

morewry commented Nov 15, 2012

I also have this issue on Windows (styledocco 0.6.1)

@somecallmejosh
Copy link

I'm experiencing the same issue with 0.6.1.

@ghost
Copy link

ghost commented Apr 19, 2013

I'm experiencing the same issue on Windows 8.

The command I'm using is this:
styledocco -n "My project" -o mydocs styles --verbose

the output is:
styledocco: writing styles/grid.less -> mydocs\grid.html
styledocco: writing D:\Work\Projects\NP\styles\index -> mydocs\index.html

I was expecting:
styledocco: writing styles/grid.less -> mydocs\grid.html
styledocco: writing styles/ui.less -> mydocs\ui.html
styledocco: writing styles/**.less -> mydocs**.html
...
styledocco: writing D:\Work\Projects\styles\index -> mydocs\index.html

@marrs
Copy link
Collaborator

marrs commented Jun 29, 2013

Closing as I can't reproduce. It's not related to issue #64 as I'd hypothesised.

@marrs marrs closed this as completed Jun 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants