aboutsummaryrefslogtreecommitdiffstats
path: root/web/utils
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 20:03:47 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 20:03:47 -0400
commit8d66a56b9169f0ad8fe67e68a030e7c121bdb88f (patch)
tree60ecb6d2832be8105d4a9948b49e69500cd95453 /web/utils
parentCompare by name if dates are the same. (diff)
downloadPhotoFloat-8d66a56b9169f0ad8fe67e68a030e7c121bdb88f.tar.xz
PhotoFloat-8d66a56b9169f0ad8fe67e68a030e7c121bdb88f.zip
Add stump of web project.
Diffstat (limited to 'web/utils')
-rw-r--r--web/utils/.htaccess1
-rwxr-xr-xweb/utils/google-compiler3
-rw-r--r--web/utils/google-compiler.jarbin0 -> 4332498 bytes
-rwxr-xr-xweb/utils/yuicompressor3
-rw-r--r--web/utils/yuicompressor-2.4.6.jarbin0 -> 852833 bytes
5 files changed, 7 insertions, 0 deletions
diff --git a/web/utils/.htaccess b/web/utils/.htaccess
new file mode 100644
index 0000000..8d2f256
--- /dev/null
+++ b/web/utils/.htaccess
@@ -0,0 +1 @@
+deny from all
diff --git a/web/utils/google-compiler b/web/utils/google-compiler
new file mode 100755
index 0000000..ca85def
--- /dev/null
+++ b/web/utils/google-compiler
@@ -0,0 +1,3 @@
+#!/bin/sh
+me=$(dirname "$0")
+java -jar "$me/google-compiler.jar" $@
diff --git a/web/utils/google-compiler.jar b/web/utils/google-compiler.jar
new file mode 100644
index 0000000..2f6837d
--- /dev/null
+++ b/web/utils/google-compiler.jar
Binary files differ
diff --git a/web/utils/yuicompressor b/web/utils/yuicompressor
new file mode 100755
index 0000000..24ebb3e
--- /dev/null
+++ b/web/utils/yuicompressor
@@ -0,0 +1,3 @@
+#!/bin/sh
+me=$(dirname "$0")
+java -jar "$me/yuicompressor-2.4.6.jar" $@
diff --git a/web/utils/yuicompressor-2.4.6.jar b/web/utils/yuicompressor-2.4.6.jar
new file mode 100644
index 0000000..421c0d5
--- /dev/null
+++ b/web/utils/yuicompressor-2.4.6.jar
Binary files differ