forked from jeffpar/pcjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_developer.yml
54 lines (50 loc) · 1.09 KB
/
_developer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
developer: true
baseurl: ""
url: "http://localhost:4000"
#
# In the following pcjs section, setting "uncompiled: true" works only for pages with a single machine,
# because the uncompiled scripts use shared classes that can only be instantiated once on a page (unless
# they're compiled and/or wrapped inside a function).
#
pcjs:
unbundled: true
debug: false
private: true
exclude:
- Dockerfile
- docker-compose.yml
- docker-init.sh
- Gemfile
- Gemfile.lock
- gulpfile.js
- README.md
- "*.log"
- tmp
- "**/archive"
- /package*.json
- /.history
- /.vscode
- /node_modules
- /software/pcx86/sw
- /software/pcx86/sys/dos/microsoft/1.25/src
- /software/pcx86/sys/dos/microsoft/2.11/src
software:
decdisks:
server: /disks/decdisks
diskettes:
server: /disks/diskettes
gamedisks:
server: /disks/gamedisks
harddisks:
server: /disks/harddisks
miscdisks:
server: /disks/miscdisks
pcsigdisks:
server: /disks/pcsigdisks
archive:
lcm:
server: /lcm
ms:
server: https://msarchive.pcjs.org
kb:
server: https://jeffpar.github.io/kbarchive