mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-05-07 16:30:34 +02: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 |