소스 검색

Some cleanup

Thomas Buck 5 년 전
부모
커밋
0e09f9e06f
3개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    0
      .gitignore
  2. 8
    2
      localtest.sh
  3. BIN
      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

BIN
macros.pyc 파일 보기


Loading…
취소
저장