mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 04:09:40 +03:00
5 lines
134 B
Batchfile
5 lines
134 B
Batchfile
call rollup -c
|
|
call uglifyjs ./index.bundle.js -o ./index.min.js -c -m --ie8
|
|
del "./index.bundle.js"
|
|
del "./index.bundle.js.map"
|
|
pause |