mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
4 lines
No EOL
140 B
Bash
Executable file
4 lines
No EOL
140 B
Bash
Executable file
#!/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 |