aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* Add all PureScript files as webpack dependencieseric thul2015-08-111-3/+1
| | | | Resolves #26
* Add FFI JavaScript as a webpack dependencyeric thul2015-07-185-9/+20
| | | | Resolves #18
* Ensure output directory existseric thul2015-07-061-1/+1
| | | | Workaround for #15
* Updating for PureScript 0.7eric thul2015-07-068-10/+32
| | | | Resolves #14
* Additional loader optionseric thul2015-05-141-1/+1
| | | | | | | | | | | 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
* Updating example and adding publishingeric thul2015-04-124-28/+22
| | | | Resolves #7
* Parsing module name from sourceeric thul2015-01-176-20/+12
| | | | | Resolves issue #3 since the the module name defined in the PureScript file is used to resolve the location of the CommonJS-generated output.
* updating exampleeric thul2015-01-146-3/+28
|
* Adding basic exampleeric thul2015-01-136-0/+59