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

LESS not compiling #114

Closed
stinoga opened this issue Feb 26, 2014 · 3 comments
Closed

LESS not compiling #114

stinoga opened this issue Feb 26, 2014 · 3 comments

Comments

@stinoga
Copy link

stinoga commented Feb 26, 2014

I'm using SD with LESS using the following:

styledocco -n "Name" --preprocessor "/usr/bin/less" webclient/app/less/components

The command runs without error, generating the HTML file, however the inline CSS in the head is not compiled. I still get the less mixins, vars, etc.

Am I doing something incorrectly? I believe I'm pointing to the correct LESS location...

> which less
> /usr/bin/less

Thanks!
_Rob

@stinoga
Copy link
Author

stinoga commented Feb 26, 2014

I also tried running with lessc: "usr/bin/lessc" this doesn't seem to write out the css at all in the head.

@stinoga
Copy link
Author

stinoga commented Feb 26, 2014

Ok, got this fixed after a less reinstall with npm. Odd, but it worked. I've also got another question, which I can put in another issue if needed. How do you get the inline styles to not be in text/preview mode? I'd like them to be included so my examples are styled correctly.

@stinoga stinoga closed this as completed Feb 26, 2014
@stinoga
Copy link
Author

stinoga commented Feb 26, 2014

Created a separate issue for text/preview: #115

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

No branches or pull requests

1 participant