Move files around to organize along packages
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 3 Apr 2012 12:51:02 +0000 (08:51 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 3 Apr 2012 13:31:55 +0000 (09:31 -0400)
18 files changed:
build.py
config/config.go [moved from src/config.go with 100% similarity]
config/config.sample.json [moved from config.sample.json with 100% similarity]
frontend/actor.js [moved from web_frontend/actor.js with 100% similarity]
frontend/file.js [moved from web_frontend/file.js with 100% similarity]
frontend/index.html [moved from web_frontend/index.html with 100% similarity]
frontend/jquery-1.7.1.js [moved from web_frontend/jquery-1.7.1.js with 100% similarity]
frontend/main.js [moved from web_frontend/main.js with 100% similarity]
frontend/path_control.js [moved from web_frontend/path_control.js with 100% similarity]
frontend/reset.css [moved from web_frontend/reset.css with 100% similarity]
frontend/screen.css [moved from web_frontend/screen.css with 100% similarity]
frontend/tv_renamer.js [moved from web_frontend/tv_renamer.js with 100% similarity]
frontend/utils.js [moved from web_frontend/utils.js with 100% similarity]
frontend/version.js [moved from web_frontend/version.js with 100% similarity]
main.go [moved from src/main.go with 100% similarity]
server/paths.go [moved from src/paths.go with 100% similarity]
server/server.go [moved from src/server.go with 100% similarity]
server/tv_rename.go [moved from src/tv_rename.go with 100% similarity]

index 74acfd34b8cd5148e73fa0bcd436c0b2ec3ce338..86950a8fe65fe0c9a5f23815304763ae28e17c28 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -22,7 +22,7 @@ SRC_PATH  = os.path.join(ROOT, 'src')
 PROD_PATH = os.path.join(ROOT, 'out')
 FE_PATH   = os.path.join(ROOT, 'web_frontend')
 
-CLOSURE_COMPILER = os.path.join(ROOT, 'closure-compiler.jar')
+CLOSURE_COMPILER = os.path.join(ROOT, 'build', 'closure-compiler.jar')
 
 VERSION_FILE = os.path.join(FE_PATH, 'version.js.proto')
 
similarity index 100%
rename from src/config.go
rename to config/config.go
similarity index 100%
rename from config.sample.json
rename to config/config.sample.json
similarity index 100%
rename from web_frontend/actor.js
rename to frontend/actor.js
similarity index 100%
rename from web_frontend/file.js
rename to frontend/file.js
similarity index 100%
rename from web_frontend/index.html
rename to frontend/index.html
similarity index 100%
rename from web_frontend/main.js
rename to frontend/main.js
similarity index 100%
rename from web_frontend/reset.css
rename to frontend/reset.css
similarity index 100%
rename from web_frontend/screen.css
rename to frontend/screen.css
similarity index 100%
rename from web_frontend/utils.js
rename to frontend/utils.js
similarity index 100%
rename from web_frontend/version.js
rename to frontend/version.js
similarity index 100%
rename from src/main.go
rename to main.go
similarity index 100%
rename from src/paths.go
rename to server/paths.go
similarity index 100%
rename from src/server.go
rename to server/server.go
similarity index 100%
rename from src/tv_rename.go
rename to server/tv_rename.go