Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
=Added submodule for closure-library, removing need for bin and third…
Browse files Browse the repository at this point in the history
…_party/js/closure.
  • Loading branch information
jmuharsky committed Jan 8, 2015
1 parent 29b57ae commit 13392fa
Show file tree
Hide file tree
Showing 826 changed files with 5 additions and 403,015 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/closure-library"]
path = lib/closure-library
url = https://github.com/google/closure-library.git
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ popd

# Compile client/*.js files to deploy/client/perfkit_scripts.js.
python $closurelib/closure/bin/build/closurebuilder.py \
--root=$closurelib/ \
--root=third_party/js/closure/goog/ \
--root=client/ \
--namespace="p3rf.perfkit.explorer.application.module" \
--output_mode=compiled \
Expand Down
1 change: 1 addition & 0 deletions lib/closure-library
Submodule closure-library added at 25472b
1 change: 0 additions & 1 deletion lib/closure-stylesheets
Submodule closure-stylesheets deleted from 8277dc
125 changes: 0 additions & 125 deletions third_party/js/closure/goog/a11y/aria/announcer.js

This file was deleted.

Loading

0 comments on commit 13392fa

Please sign in to comment.