Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

chore(doc-gen): fix the doc gen script #4040

Merged
merged 1 commit into from
Jan 31, 2017
Merged

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Jan 31, 2017

I never ran into the annotation problem @juliemr talked about, so please test this on your local machines

@juliemr
Copy link
Member

juliemr commented Jan 31, 2017

I get sh: gulp: command not found. Confused as to where that's coming from - I'm looking into it...


# Generate files
echo "Building the website..."
cd website
npm run build
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also run npm install here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that. Looks like my clean from a couple lines up wasn't as thorough as I though, so I didn't catch this. Fixed.

@juliemr
Copy link
Member

juliemr commented Jan 31, 2017

I also get a lot of error messages but they don't seem to actually stop docs from being generated.

Notably:

(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.

I think this is due to old versions of some sub dependencies, probably from dgeni.

@sjelin
Copy link
Contributor Author

sjelin commented Jan 31, 2017

@juliemr those definitely don't sound like a problem with the script itself.

@juliemr
Copy link
Member

juliemr commented Jan 31, 2017

This looks pretty good to me and runs without completely falling over.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants