aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/PursLoader/Plugin.md
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-101-33/+0
| | | | | | | - Remove dependence on purescript-webpack-plugin - Fixes double-compilation issue by loading compiled JS instead of adding dependency. - Uses `psc-ide-server` for fast rebuilds.
* Defers to the plugin for writing PureScript outputeric thul2016-03-131-1/+1
|
* Merge branch 'master' into topic/stderreric thul2016-03-121-16/+4
|\
| * Handling dependencieseric thul2016-03-121-19/+1
| |
| * Handle optional bundling by the compilereric thul2016-03-081-1/+7
| | | | | | | | Resolves ethul/purescript-webpack-plugin#9
* | Writes PureScript output to stderreric thul2016-03-061-1/+1
|/ | | | Resolves #40
* Adds dependencies of modules process by the loader.eric thul2016-02-241-0/+45
The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37