-
Notifications
You must be signed in to change notification settings - Fork 4
/
extendscript-config.js
39 lines (35 loc) · 1.4 KB
/
extendscript-config.js
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
module.exports = {
tsEntry: __dirname + '/src/AfterEffects/tsconfig.json',
jsEntry: __dirname + '/build/aeft/index.js',
dest: '/Applications/Adobe After Effects CC 2018/Scripts/ScriptUI Panels/ExtendScript Starter.jsx',
logServerPort: 8081,
devConnectPort: 8080
}
// module.exports = {
// tsEntry: __dirname + '/src/Audition/tsconfig.json',
// jsEntry: __dirname + '/build/audt/index.js',
// dest: '/Applications/Adobe After Effects CC 2018/Scripts/ScriptUI Panels/ExtendScript Starter.jsx',
// logServerPort: 8081,
// devConnectPort: 8080
// }
// module.exports = {
// tsEntry: __dirname + '/src/Illustrator/tsconfig.json',
// jsEntry: __dirname + '/build/ilst/index.js',
// dest: '/Applications/Adobe Illustrator CC 2018/Presets.localized/en_GB/Scripts/ExtendScript Starter.jsx',
// logServerPort: 8081,
// devConnectPort: 8080
// }
// module.exports = {
// tsEntry: __dirname + '/src/InDesign/tsconfig.json',
// jsEntry: __dirname + '/build/idsn/index.js',
// dest: '/Applications/Adobe InDesign CC 2018/Scripts/Scripts Panel/ExtendScript Starter.jsx',
// logServerPort: 8081,
// devConnectPort: 8080
// }
// module.exports = {
// tsEntry: __dirname + '/src/Photoshop/tsconfig.json',
// jsEntry: __dirname + '/build/phxs/index.js',
// dest: '/Applications/Adobe Photoshop CC 2018/Presets/Scripts/ExtendScript Starter.jsx',
// logServerPort: 8081,
// devConnectPort: 8080
// }