Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `require-path`, use relative paths for PS | Nathan Faubion | 2015-11-02 | 3 | -40/+66 |
| | | | | | | | | Fixes #15 Removes the `require-path` option and fixes it to '../'. When generating the temporary module for Webpack, use a relative path to the output directory so it doesn't need to be in `modulesDirectories`. | ||||
* | Compiling after adding webpack dependencies | eric thul | 2015-08-11 | 1 | -2/+2 |
| | | | | Resolves #28 | ||||
* | Add all PureScript files as webpack dependencies | eric thul | 2015-08-11 | 2 | -0/+6 |
| | | | | Resolves #26 | ||||
* | PureScript 0.7 updates and migration to pulp | eric thul | 2015-08-11 | 13 | -172/+232 |
| | |||||
* | Moving files to match module | eric thul | 2015-08-11 | 7 | -0/+0 |
| | |||||
* | Ensure purescript error is displayed | eric thul | 2015-07-20 | 1 | -3/+9 |
| | | | | Resolves #24 | ||||
* | Add FFI JavaScript as a webpack dependency | eric thul | 2015-07-18 | 3 | -3/+79 |
| | | | | Resolves #18 | ||||
* | Capturing stderr on psc invocation | eric thul | 2015-07-18 | 1 | -2/+12 |
| | | | | Resolves #17 | ||||
* | Generate .psci file | eric thul | 2015-07-06 | 5 | -16/+114 |
| | | | | Resolves #11 | ||||
* | Updating for PureScript 0.7 | eric thul | 2015-07-06 | 7 | -246/+42 |
| | | | | Resolves #14 | ||||
* | Additional loader options | eric thul | 2015-05-14 | 2 | -30/+57 |
| | | | | | | | | | | | Adds the `psc-make` options `comments` and `no-prefix`. Also, an internal option `src` has been added that is used to specify the source paths of `PureScript` files that will be globbed for compilation. By default the `bower_components` path is globbed, but the loader requires that the source paths be provided for the user's code. Resolves #12 | ||||
* | Optimizing dependency list generation | eric thul | 2015-05-02 | 1 | -6/+13 |
| | | | | | | | Improving the generation of the dependencies in `mkDeps` to avoid a `RangeError` on large inputs. Resolves #9 | ||||
* | Rewrite using purescript for the implementation | eric thul | 2015-04-12 | 9 | -0/+436 |