差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| javascript:google_closure_library [2012/11/09 18:20] – ともやん | javascript:google_closure_library [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー | ||
|---|---|---|---|
| 行 4: | 行 4: | ||
| ==== Windowsの場合 ==== | ==== Windowsの場合 ==== | ||
| - | [[http:// | + | [[windows:subversion# |
| + | [[windows: | ||
| + | ===== Closure Library のダウンロード ===== | ||
| + | アプリのフォルダを作成 | ||
| + | < | ||
| + | > mkdir closure_app | ||
| + | </ | ||
| + | |||
| + | Closure Library をダウンロード | ||
| + | < | ||
| + | > cd closure_app | ||
| + | > svn checkout http:// | ||
| + | </ | ||
| + | |||
| + | ===== Closure Library を更新する場合 ===== | ||
| + | < | ||
| + | > cd closure-library | ||
| + | > svn update | ||
| + | </ | ||
| + | |||
| + | ===== Closure アプリの作成 ===== | ||
| + | scripts フォルダを作成する。 | ||
| + | < | ||
| + | > mkdir scripts | ||
| + | </ | ||
| + | |||
| + | ==== 依存関係ファイルの生成 ==== | ||
| + | Linux & Mac | ||
| + | < | ||
| + | $ python closure-library/ | ||
| + | </ | ||
| + | Windows | ||
| + | < | ||
| + | > python closure-library\closure\bin\build\depswriter.py --root_with_prefix=" | ||
| + | </ | ||
| + | ===== 参考文献 ===== | ||
| + | [[https:// | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | \\ | ||
| + | [[https:// | ||
| + | [[http:// | ||