kss-node / grunt-kss

KSS style guide generator for grunt.
MIT License
14 stars 7 forks source link

Styleguide is generated but the process does not terminate #10

Closed adamkudrna closed 8 years ago

adamkudrna commented 8 years ago

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:

Could you please have a look at this?

martijndewit commented 8 years ago

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 commented 8 years ago

@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 commented 8 years ago

@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 commented 8 years ago

Just like this:

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