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

Suddenly stopped working #32

Closed
jreading opened this issue Jan 2, 2014 · 5 comments
Closed

Suddenly stopped working #32

jreading opened this issue Jan 2, 2014 · 5 comments

Comments

@jreading
Copy link
Contributor

jreading commented Jan 2, 2014

Not sure if this is just me, but I get no output or errors anymore with the recent update. Haven't changed any configuration. Anyone hit this?

Verifying property styleguide.build exists in config...OK
Files: ./styles/main.scss -> docs/styles

Options: framework={"name":"styledocco","options":{"preprocessor":"scss"}}, name="Style Guide"
options: framework={"name":"styledocco","options":{"preprocessor":"scss"}}, name="Style Guide", template={"include":[],"src":[]}, options={"preprocessor":"scss"}
>> DEST: docs/styles/index.html

docs/styles/index.html does not exist...

@jreading
Copy link
Contributor Author

jreading commented Jan 2, 2014

This appears to be related to styledocco 0.6.5, I manually reverted that in my local npm and it all works fine.

jacobrask/styledocco#108

@paolodm
Copy link

paolodm commented Apr 17, 2014

@jreading I'm still seeing this in styledocco 0.6.6. What did you mean by manually reverting in your local npm? We have a local npm here too, and it seems to be the same as the one in the public npm.

@paolodm
Copy link

paolodm commented Apr 18, 2014

I tried it with the following dependencies, and I was still getting the same error:

  "dependencies": {
    "grunt-lib-contrib": "~0.6.1",
    "wrench": "~1.5.6",
    "styledocco": "0.6.4",
    "less": "1.x.x",
    "kss": "~0.3.6",
    "stylus": "~0.42.1"
  },

@jreading
Copy link
Contributor Author

My grunt-styleguide package is using:

      "dependencies": {
        "grunt-lib-contrib": "~0.6.1",
        "wrench": "~1.5.6",
        "styledocco": "~0.6.6",
        "less": "1.x.x",
        "kss": "~0.3.6",
        "stylus": "~0.42.1"
      },

Which I think is from the latest version "grunt-styleguide": "0.2.15"

I believe previous version used an older version of styledocco (which used an older version of "findit").

Oh OSS... 😔

@indieisaconcept
Copy link
Owner

@paolodm is this still an issue for you?

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

3 participants