aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PursLoader/LoaderRef.purs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-101-40/+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.
* Handle optional bundling by the compilereric thul2016-03-081-3/+0
| | | | Resolves ethul/purescript-webpack-plugin#9
* Splitting PSC functionality into a separate plugineric thul2015-12-251-5/+8
| | | | | | | | The loader creates shim modules that reference their corresponding PureScript module that is bundled by the PureScript webpack plugin, which invokes `psc` and `psc-bundle`. Resolves #31 and resolves #32
* PureScript 0.7 updates and migration to pulperic thul2015-08-111-45/+11
|
* Moving files to match moduleeric thul2015-08-111-0/+74