mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 09:09:54 +02:00
closure: use 20161024 version
this is version the example .min files were created
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -xe
|
||||
|
||||
: ${CLOSURE_VERSION:=20160822}
|
||||
: ${CLOSURE_VERSION:=20161024}
|
||||
|
||||
wget -c https://dl.google.com/closure-compiler/compiler-$CLOSURE_VERSION.zip -O vendor/compiler-$CLOSURE_VERSION.zip
|
||||
unzip -od vendor/closure-compiler vendor/compiler-$CLOSURE_VERSION.zip
|
||||
|
Reference in New Issue
Block a user