biscotto icon indicating copy to clipboard operation
biscotto copied to clipboard

.biscottoopts extras

Open adam-lynch opened this issue 10 years ago • 3 comments

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.

adam-lynch avatar Jun 23 '14 10:06 adam-lynch

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 !

adam-lynch avatar Jun 23 '14 10:06 adam-lynch

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?

gjtorikian avatar Aug 08 '14 00:08 gjtorikian

I'll try again with 2.2.3 when I get a chance

adam-lynch avatar Aug 08 '14 08:08 adam-lynch