diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -44,10 +44,6 @@ Sets `--output=<string>` the specifies the output directory, `output` by default | |||
44 | 44 | ||
45 | Toggles `--no-prefix` that does not include the comment header. | 45 | Toggles `--no-prefix` that does not include the comment header. |
46 | 46 | ||
47 | ###### `requirePath` (String) | ||
48 | |||
49 | Sets `--require-path=<string>` that specifies the path prefix to use for `require()` calls in the generated JavaScript. | ||
50 | |||
51 | ###### `ffi` (String Array) | 47 | ###### `ffi` (String Array) |
52 | 48 | ||
53 | Specifies the PureScript FFI files setting `--ffi=<string>`. Glob syntax is supported. This option is specified as `ffi[]=path`. | 49 | Specifies the PureScript FFI files setting `--ffi=<string>`. Glob syntax is supported. This option is specified as `ffi[]=path`. |
@@ -73,10 +69,7 @@ var modulesDirectories = [ | |||
73 | 'node_modules', | 69 | 'node_modules', |
74 | // The bower component for purescript-prelude is specified here to | 70 | // The bower component for purescript-prelude is specified here to |
75 | // allow JavaScript files to require the 'Prelude' module globally. | 71 | // allow JavaScript files to require the 'Prelude' module globally. |
76 | 'bower_components/purescript-prelude/src', | 72 | 'bower_components/purescript-prelude/src' |
77 | // The output directory is specified here to allow PureScript files in | ||
78 | // your source to import other PureScript modules in your source. | ||
79 | output | ||
80 | ]; | 73 | ]; |
81 | 74 | ||
82 | var config | 75 | var config |