This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
bistro/askbot/skins/common/media/js/closure/setup-closure.sh

13 lines
495 B
Bash

svn checkout http://closure-library.googlecode.com/svn/trunk/ google-closure
mkdir google-closure/tools
mkdir google-closure/tools/compiler
cd google-closure/tools/compiler
wget http://closure-compiler.googlecode.com/files/compiler-latest.zip
unzip compiler-latest.zip
cd ../../..
mkdir google-closure/tools/soy
cd google-closure/tools/soy
wget http://closure-templates.googlecode.com/files/closure-templates-for-javascript-latest.zip
unzip closure-templates-for-javascript-latest.zip
cd ../../