keithwhor / nodal

API Services Made Easy With Node.js
http://www.nodaljs.com/
MIT License
4.51k stars 209 forks source link

Updates doc build script #221

Closed nsipplswezey closed 8 years ago

nsipplswezey commented 8 years ago

Docs won't build until new node 6.0 issues are resolved since the documentation builder parses JS with babylon and throws errors on unwrapped empty arrow functions. But this way once those fixes are in, docs should build fine after this PR is merged.

not working -> less not working After node 6.0 fixes less not working -> working.