From: eric thul Date: Sat, 5 Nov 2016 21:49:56 +0000 (-0400) Subject: Merge branch 'paluh-master' X-Git-Tag: 2.0.2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=1d024ae24fb6d25cc82d24a584cba3df8e4f9874;hp=9e32e366bc9ebc7b2cf21f8a9c05854ab55d7085;p=github%2Ffretlink%2Fpurs-loader.git Merge branch 'paluh-master' --- diff --git a/README.md b/README.md index e70522a..6886f0f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Default options: pscBundle: 'psc-bundle', pscBundleArgs: {}, pscIde: false, // instant rebuilds using psc-ide-server (experimental) + pscIdeArgs: {}, // for example, to use different psc-ide-server port: {port: 4088} pscIdeColors: false, // defaults to true if psc === 'psa' bundleOutput: 'output/bundle.js', bundleNamespace: 'PS', @@ -74,3 +75,4 @@ Default options: Experimental support for instant rebuilds using `psc-ide-server` can be enabled via the `pscIde: true` option. +You can use an already running `psc-ide-server` instance by specifying the port in `pscIdeArgs`.