Skip to content

Styledocco with scss not working on windows #121

@escapedcat

Description

@escapedcat

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions