UNPKG

extendscript-bundlr

Version:

a tool for bundling Adobe ExtendScripts that use the `#include 'path/to/file'` statement

2 lines (1 loc) 509 B
// INCLUDEPATH // @includepath "~/Documents/;%USERPROFILE%Documents"; // @includepath "~/Documents/extendscript/extendscript-bundlr/test/includepath one/;~/Documents/extendscript/extendscript-bundlr/test/includepath two/"; // @include 'one-path-one.js' // @include 'one-path-two.js' // //@include 'three-path-two.js' // ////@include 'three-path-one.js' // @include 'two-path-one.js' // @include 'includes-level-depth_0.js' $.writeln('-----------'); onePathOne(); threePathOne(); twoPathOne(); foo();