We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0207ce7 commit b24acebCopy full SHA for b24aceb
bindings/js/Makefile
@@ -16,6 +16,8 @@ all: build
16
# called by node-gyp for build-from-source
17
compile:
18
go mod init github.com/tdewolff/minify/bindings/js
19
+ go get -u github.com/tdewolff/parse/v2@master
20
+ go get -u github.com/tdewolff/minify/v2@master
21
go mod tidy
22
go build -buildmode=c-archive -o minify.a minify.go
23
0 commit comments