documentationjs / gulp-documentation

Use gulp with documentation to generate great documentation for your JavaScript projects.
http://documentation.js.org/
BSD 2-Clause "Simplified" License
63 stars 14 forks source link

The code generator has deoptimised the styling of "..." as it exceeds the max of "100KB" #14

Closed mrbormeth closed 7 years ago

mrbormeth commented 8 years ago

Hey :)

The documentation gets created as it should, but how can i solve that error?

tmcw commented 7 years ago

Hi Morten,

Thanks for the report, and sorry for the delay. This is based on the compact option of Babel's parser, which we use for generating ASTs. I'll work on fixing this at the documentation level by configuring babelify.

tmcw commented 7 years ago

Fixed in 3.2.0! Thanks again for reporting this issue, sorry it took a while to ship in a release.