浏览代码

Some cleanup

Thomas Buck 5 年前
父节点
当前提交
0e09f9e06f
共有 3 个文件被更改,包括 9 次插入2 次删除
  1. 1
    0
      .gitignore
  2. 8
    2
      localtest.sh
  3. 二进制
      macros.pyc

+ 1
- 0
.gitignore 查看文件

@@ -1,3 +1,4 @@
1 1
 .DS_Store
2
+*.pyc
2 3
 output/
3 4
 Icon


+ 8
- 2
localtest.sh 查看文件

@@ -1,4 +1,10 @@
1 1
 #!/bin/bash
2
+
3
+rm -rf output
4
+mkdir output
5
+
2 6
 ./poole.py --build
3
-cp -r output/* ../apache/
4
-cp -r static/* ../apache/
7
+
8
+cp -r static/* output/
9
+
10
+./poole.py --serve

二进制
macros.pyc 查看文件


正在加载...
取消
保存