forked from jeffpar/pcjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_developer.yml
More file actions
38 lines (35 loc) · 793 Bytes
/
_developer.yml
File metadata and controls
38 lines (35 loc) · 793 Bytes
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
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:
uncompiled: true
debug: false
private: true
exclude:
- Gemfile
- Gemfile.lock
- gulpfile.js
- README.md
- TODO.md
- "*.log"
- tmp
- "**/archive"
- "**/private"
- /package*.json
- /.history
- /.vscode
- /node_modules
- /software/pcx86/sys/dos/microsoft/1.25/src
- /software/pcx86/sys/dos/microsoft/2.11/src
software:
diskettes:
server: /diskettes
gamedisks:
server: /gamedisks
harddisks:
server: /harddisks