diff options
author | unknown <mike@.(none)> | 2009-08-12 00:19:50 +0800 |
---|---|---|
committer | unknown <mike@.(none)> | 2009-08-12 00:19:50 +0800 |
commit | ce1dd6e029191e46769948cfbd9d8a920a7f3c83 (patch) | |
tree | 9b87022a6efd9066553854880d651ab3228bc6e9 /templates | |
parent | 7be7881c59c6aeecf72444f4fa1db87d9ef5fb28 (diff) | |
download | askbot-ce1dd6e029191e46769948cfbd9d8a920a7f3c83.tar.gz askbot-ce1dd6e029191e46769948cfbd9d8a920a7f3c83.tar.bz2 askbot-ce1dd6e029191e46769948cfbd9d8a920a7f3c83.zip |
remove settings_local.py
Diffstat (limited to 'templates')
-rw-r--r-- | templates/content/js/compress.bat | 10 | ||||
-rw-r--r-- | templates/content/js/flot-build.bat | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/templates/content/js/compress.bat b/templates/content/js/compress.bat index aa31271c..41e1882a 100644 --- a/templates/content/js/compress.bat +++ b/templates/content/js/compress.bat @@ -1,6 +1,6 @@ -#java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 wmd\wmd.js -o wmd\wmd-min.js
-#java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 wmd\showdown.js -o wmd\showdown-min.js
-#java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 com.cnprog.post.js -o com.cnprog.post.pack.js
-java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 se_hilite_src.js -o se_hilite.js
-
+#java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 wmd\wmd.js -o wmd\wmd-min.js +#java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 wmd\showdown.js -o wmd\showdown-min.js +#java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 com.cnprog.post.js -o com.cnprog.post.pack.js +java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 se_hilite_src.js -o se_hilite.js + pause
\ No newline at end of file diff --git a/templates/content/js/flot-build.bat b/templates/content/js/flot-build.bat index 28304966..fc715e3a 100644 --- a/templates/content/js/flot-build.bat +++ b/templates/content/js/flot-build.bat @@ -1,3 +1,3 @@ -java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 jquery.flot.js -o jquery.flot.pack.js
-
+java -jar yuicompressor-2.4.2.jar --type js --charset utf-8 jquery.flot.js -o jquery.flot.pack.js + pause
\ No newline at end of file |