chg: replaced unmaintained minifyify with uglifyiy
This commit is contained in:
parent
da4ac4333c
commit
28988c34fb
2 changed files with 3 additions and 4 deletions
|
@ -17,11 +17,11 @@ yarn docs
|
|||
echo Building client-side scripts…
|
||||
|
||||
prefix=static/scripts/main.min
|
||||
yarn browserify tools/client/main.js -o $prefix.js -d -p [minifyify --map /$prefix.map.json --output $prefix.map.json]
|
||||
yarn browserify tools/client/main.js -o $prefix.js -g uglifyify
|
||||
yarn lessc --clean-css tools/client/main.less static/styles/main.min.css
|
||||
|
||||
prefix=static/scripts/editor.min
|
||||
yarn browserify tools/client/editor.js -o $prefix.js -d -p [minifyify --map /$prefix.map.json --output $prefix.map.json]
|
||||
yarn browserify tools/client/editor.js -o $prefix.js -g uglifyify
|
||||
yarn lessc --clean-css tools/client/editor.less static/styles/editor.min.css
|
||||
|
||||
echo Copying static files…
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue