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

Styleguide is generated but the process does not terminate #10

Closed
adamkudrna opened this issue May 10, 2016 · 4 comments
Closed

Styleguide is generated but the process does not terminate #10

adamkudrna opened this issue May 10, 2016 · 4 comments

Comments

@adamkudrna
Copy link

adamkudrna commented May 10, 2016

I am migrating my project Bootstrap UI from grunt-styleguide which is no longer maintained to grunt-kss. Everything works fine except the styleguide generation process never terminates. Everytime I run grunt kss the styleguide is generated successfully but the process in console does not terminate and must be cancelled manually (CTRL + C).

Of course I have suspected my environment first but it looks like it's in something else, the same thing is happening also on Travis.

My environment:

  • tested on Node v5.5.0, v5.11.1 and v6.0.0
  • grunt-kss v5.0.0
  • grunt v1.0.1
  • Mac OS X 10.11.4

Could you please have a look at this?

@martijndewit
Copy link

got the same issue over here. Its prevents me to use kss as in a grunt watch or use it with other tasks... All tasks after the kss task aren't ran because of that.

@adamkudrna
Copy link
Author

@martijndewit Feel free to use our fork of grunt-kss until we polish the PR #14 to fix the upstream: https://github.com/visionappscz/grunt-kss

@martijndewit
Copy link

@adamkudrna Ahhh ok, didn't notice the relation :). Now using the forked branch and its working like sunshine! Only figure out how to get your forked version in the package.json... ( if thats a good idea...)

@adamkudrna
Copy link
Author

Just like this:

  "devDependencies": {
    …
    "grunt-kss": "visionappscz/grunt-kss#master",
    …
  },

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

2 participants