kss-node / grunt-kss

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

Error When using cloned Twig builder #22

Open tlinkner opened 7 years ago

tlinkner commented 7 years ago

Hi. I am using a cloned version of the Twig builder. It works fine from the cli but from grunt grunt-kss I get this error:

Warning: kss expected the builder to implement KssBuilderBase API version 3.0; version "3.0" is being used instead. Use --force to continue.

hirnschmalz commented 2 years ago

Hi, I've the same problem here. Any hints how to solve this? The problem only occurs if I use a custom builder (kss-scheibo in my case).

EDIT: it looks like this is caused by one of the latest commits in kss-scheibo. I'll open an issue there.