-
This will deprecate integration with SC5-styleguide.
Current thinking is we will use KSS-node exclusively for generating styleguide data, not for actually compiling the styleguide itself. That respon…
-
I'm running the following on the command line:
```
./node_modules/.bin/kss-node --source "BH.Styles/bh.less" --css "bh.css" --verbose --homepage styleguide/styleguide.md
```
Tihs provides the follow…
-
First, great utility! Works great.
But it is filling my browser console with the same repeated error each time I scroll.
Here's what Chrome browser (v54) is reporting:
```
Uncaught TypeError: …
-
The kss "Quick Start Guide" recommends using npm-exec in the "Running kss-node repeatedly" section.
However the npm-exec documentation says:
npm-exec
Execute commands in the context of an npm p…
-
#### I'm opening this issue because:
- [ ] npm is crashing.
- [X] npm is producing an incorrect install.
- [ ] npm is doing something I don't understand.
- [ ] Other (_see below for feature reques…
-
https://github.com/kss-node/kss-node
- Switch Styleguide tags from numbers over to slugs.
- Move straight HTML in `Markup:` to HTML
-
Currently on the master branch the hashtags links are not working in the side menu.
I suppose the problem is due to the new scrollspy.js?
Chrome console output:
```
Uncaught TypeError: Canno…
-
The markup in the styleguide does not power the prototype. This means work in two places when markup is adjusted: (1) YAML frontmatter and SCSS comments for the styleguide, and (2) Swig templates for …
-
Hello
It can be great if we can show Twig original source, final markup html and data.
# Show twig
Devs prefer read twig, if a component include an other the include tag is present.
They can s…
-
we're pushing 35 seconds per build.
we should see where our bottlenecks are and simplify where possible.
I think styeguide generation, and the metalsmith build are the two largest chunks.
But rebui…