mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-28 13:41:22 +01:00
4 lines
140 B
Bash
4 lines
140 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Optimizing scripts.js to scripts.min.js"
|
||
|
java -jar yuicompressor-2.4.8.jar ../../js/scripts.js -o ../../js/scripts.min.js
|