We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb4ba1 commit 8115c7cCopy full SHA for 8115c7c
Makefile
@@ -106,6 +106,7 @@ commonjs:
106
# super hacky build script for browser commonjs version!
107
##### make commonjs browser module ######
108
mkdir -p $(BUILDDIR)/commonjs
109
+ rm -rf $(BUILDDIR)/commonjs/*
110
mkdir -p $(BUILDDIR)/commonjs/deps
111
cp deps/json2.js $(BUILDDIR)/commonjs/deps
112
cp deps/async.js $(BUILDDIR)/commonjs/deps
0 commit comments