Browse Source

Some cleanup

Thomas Buck 5 years ago
parent
commit
0e09f9e06f
3 changed files with 9 additions and 2 deletions
  1. 1
    0
      .gitignore
  2. 8
    2
      localtest.sh
  3. BIN
      macros.pyc

+ 1
- 0
.gitignore View File

1
 .DS_Store
1
 .DS_Store
2
+*.pyc
2
 output/
3
 output/
3
 Icon

4
 Icon


+ 8
- 2
localtest.sh View File

1
 #!/bin/bash
1
 #!/bin/bash
2
+
3
+rm -rf output
4
+mkdir output
5
+
2
 ./poole.py --build
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 View File


Loading…
Cancel
Save