Erik Arvidsson
9a3a119e60
Update build scripts to use the installed node ( #2781 )
2016-10-28 18:01:07 -07:00
Mike Gray
5c13e0ccec
Build go binaries for multiple platforms ( #2564 )
2016-09-14 14:28:38 -07:00
Erik Arvidsson
4082fb14c4
Add a bare bones landing page to docs.noms.io ( #2547 )
...
Towards #2532
2016-09-12 14:08:45 -07:00
Erik Arvidsson
456f403b8a
Build js docs correctly ( #2495 )
...
There was a typo (missing comma) in the command.
2016-09-01 10:38:29 -07:00
Erik Arvidsson
eb42d99950
JS Doc builder ( #2493 )
...
Trying to work around issue where `npm run build-docs` fails
2016-08-31 18:27:58 -07:00
Erik Arvidsson
9452898ff7
Revert "Work around python popen bug for js docs" ( #2492 )
2016-08-31 18:18:16 -07:00
Erik Arvidsson
0a53ee7e3d
Work around python popen bug for js docs ( #2491 )
2016-08-31 18:10:10 -07:00
Erik Arvidsson
ad66582f44
npm run did not work ( #2489 )
2016-08-31 17:56:12 -07:00
Erik Arvidsson
b857b95bb4
Drive js docs from npm script ( #2486 )
...
Turns out that documentationjs reads the babelrc file from js/noms
which leads to us having to do npm install in js/noms. Therefore
putting the dev deps in there and running the script from there
makes things cleaner.
It also allows doing:
npm run build-docs
Towards #1471
2016-08-31 16:57:31 -07:00
Erik Arvidsson
7c47547110
Add node to the PATH for documentation build ( #2482 )
2016-08-31 15:43:43 -07:00
Erik Arvidsson
adff0da9c3
Build script for building JS SDK Docs ( #2479 )
...
This script npm installs documentationjs and runs it on noms.js and
puts the output in $WORKSPACE/build
It is intended to be used with Jenkins.
2016-08-31 14:51:23 -07:00