I'm trying to use the CLI to generate a style guide (part of a larger node app). I created a primitive test to see how I needed to set it up for our larger project. When I generate the style guide, the less file is processed, but the only link I see is the 'Overview'.
Any idea what I'm doing wrong?
The sections array inside the generated styleguide.json file is empty, but variables from the less file appear:
I'm trying to use the CLI to generate a style guide (part of a larger node app). I created a primitive test to see how I needed to set it up for our larger project. When I generate the style guide, the less file is processed, but the only link I see is the 'Overview'.
Any idea what I'm doing wrong?
The sections array inside the generated
styleguide.json
file is empty, but variables from the less file appear:My folder structure is primitive. It is just a simple test:
The
styleguide.js
(that controls the CLI options) is as simple as possible:and the
test.less
is just a simple test of a less fileRunning node v6.4.0