There was an error while loading. Please reload this page.
1 parent b67850c commit 521e756Copy full SHA for 521e756
examples/build.sh
@@ -3,7 +3,7 @@
3
for D in `find . -type d -not -path '*/\.*'`
4
do
5
pushd $D
6
- gopherjs -m build
+ gopherjs build -m
7
popd
8
done
9
0 commit comments