biscotto
biscotto copied to clipboard
.biscottoopts extras
I can't seem to get extra files included.
Right now I've my documentation generated into /docs/code
with an extra file in there called display.html
.
This doesn't work
./app
-
./docs/code/display.html
I've tried without the ./
, the full path, relative to the docs root, etc.
I'm on Windows.
I was using gulp-biscotto which was generating the docs fine but I just tried to use the command line biscotto in verbose mode and it found 0 files and did nothing. Once I changed .biscottoopts
to contain just ./app
it worked.
I assume it doesn't matter that when it worked, it showed:
File class error: { expressions: [ { base: [Object], properties: [], locationData: [Object] } ], locationData: { first_line: 0, first_column: 0, last_line: 0, last_column: 0 } } [TypeError: Cannot read property 'length' of undefined] Cannot parse file path-to-something\node_modules\gulp\node_modules\vinyl-fs\test\fixtures\test.coffee: unexpected !
I can't reproduce this on Windows. My opts file looks like this:
./test/fixtures/simple
-
./docs/extra/foof.html
The extra file is correctly picked up. Is this still an issue?
I'll try again with 2.2.3 when I get a chance