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

Styledocco with scss not working on windows #121

Open
escapedcat opened this issue May 21, 2014 · 8 comments
Open

Styledocco with scss not working on windows #121

escapedcat opened this issue May 21, 2014 · 8 comments

Comments

@escapedcat
Copy link

I have the following setup:

node --version
v0.10.28
styledocco --version
StyleDocco 0.6.6
ruby --version
ruby 2.0.0p481 (2014-05-08) [x64-mingw32]
sass --version
Sass 3.3.7 (Maptastic Maple)

In a folder I have...
test-scss.scss:

/* Provides extra visual weight and identifies the primary action in a set of buttons.

    <button class="btn primary">Primary</button> */
.btn.primary {
  background: deeppink;
  color: blue;
  border: 5px solid aqua;
}

When doing styledocco --verbose I get:

spawn ENOENT
styledocco: writing test-scss.scss -> docs\test-scss.html
styledocco: writing C:\my\path\index -> docs\index.html

The result is, that the CSS is not applied in the docs.
The same thing works when using .css.
Also everything works on Linux.

Love the project by the way! It's a great help!

@marrs
Copy link
Collaborator

marrs commented May 27, 2014

Everything always works on Linux :p. Thanks for providing such a comprehensive bug report. I'm up to my eyeballs in work for the next couple of weeks, so feel free to pester me here if I haven't done anything by then, as it's possible that I will have forgotten to look into it.

@escapedcat
Copy link
Author

haha, no worries. same here. we will force VMs on these last windows devs here...
just wanted to mention it in a way.

@irunatbullets
Copy link

@marrs Have you had a chance to look into this? We can't for people to use Linux at the company I work at :P

@tomsanders
Copy link

Yeah too bad I cant use it for my client

@marrs
Copy link
Collaborator

marrs commented Sep 2, 2014

I keep trying to find time for this but it keeps getting bumped down the list. If someone makes a pull request then I promise I'll review and merge it but I'm up to my eyeballs in real life (both professional and personal) until the end of the year and I'm afraid I just can't support this project beyond triage right now.

@escapedcat
Copy link
Author

My suggestion would still be to use a Linux VM (i.e. VirtualBox) inside of Windows. A lot of things are getting easier with that anyway (npm, Sass, Compass, bower...).

@newtonianb
Copy link

+1 if someone knows how to fix

@newtonianb
Copy link

any updates on this?

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 a pull request may close this issue.

5 participants