-
Notifications
You must be signed in to change notification settings - Fork 130
/sh_main.js
and /sh_javascript.min.js
result in 404s:
#51
Comments
Just done a fork of the main repo. Going to fix issues now |
These files should be made available on the website, ideally. They handle syntax highlighting which will be useful for blog posts, and the docs were depending on them. It's a bit of a regression on the website side. The changes for the font have been merged last night. This points at another issue: should the docs team (responsible primarily for doc generation) be separate from the website team? I was hoping to hand the docs team full control over the /docs/ path of the website. |
(NB: while its a regression, it's kind of an easy one to miss with the current dev setup -- one has to glom the website together with the generated docs to find out the files are missing.) |
Updated Makefile to remove special casing for those files, and moved the files to doc/api_assets. Fixes: nodejs/iojs.org#51 PR-URL: #409 Reviewed-By: Chris Dickinson <[email protected]>
This should be fixed as of nodejs/node@e789103. |
The
/sh_main.js
and/sh_javascript.min.js
scripts result in404
s:The text was updated successfully, but these errors were encountered: