- Notifications
You must be signed in to change notification settings - Fork12
Closed
Labels
Description
Followinggopherjs/gopherjs#787 I'm seeing the playground fail to regenerate:
cd `mktemp -d`export GOPATH=$PWDgo get github.com/gopherjs/gopherjsgo get github.com/gopherjs/gopherjs.github.io/playgroundexport PATH=$PWD/bin:$PATHcd src/github.com/gopherjs/gopherjs.github.io/playgroundgopherjs --versiongo generatewith:
cp: cannot stat '/tmp/gopherjs_playground.QXOsmkSXHw/gopath/pkg/*_js_min/github.com/gopherjs/gopherjs/js.a': No such file or directoryThis is, I believe, becausejs andnosync are fully vendored.
@shurcooL - what do you think is going on here?