Closed mapsam closed 7 years ago
hey @mapsam , your example above is what the skel used to have before last week. Also, per chat last week, we discovered that the skel didnt have documentation.js as a dep in package.json.
I've since added this step as part of the docs https://github.com/mapbox/node-cpp-skel#installation.
:facepalm:
Sorry @GretaCB totally blanked. I'm working on the cf
branch which hasn't been updated with master in a while. Please disregard!
The documentation.js dependency is very large ~116.5 MB when installed. I think we should remove this dependency from being installed automatically and only install it within the
npm run docs
script itself.Would look like this:
cc @springmeyer @GretaCB