Builder to allow declarations like:
Creates a Def.Initialize for a NodeJSEnv.
Creates a Def.Initialize for a NodeJSEnv. Use this to explicitly specify in your build that you would like to run with Node.js:
postLinkJSEnv := NodeJSEnv().value
Note that the resulting Setting is not scoped at all, but must be scoped in a project that has the ScalaJSPlugin enabled to work properly. Therefore, either put the upper line in your project settings (common case) or scope it manually, using Project.inScope.
Creates a Def.Initialize for a PhantomJSEnv.
Creates a Def.Initialize for a PhantomJSEnv. Use this to explicitly specify in your build that you would like to run with PhantomJS:
postLinkJSEnv := PhantomJSEnv().value
Note that the resulting Setting is not scoped at all, but must be scoped in a project that has the ScalaJSPlugin enabled to work properly. Therefore, either put the upper line in your project settings (common case) or scope it manually, using Project.inScope.
Builder to allow declarations like:
Dummy builder to allow declaractions like:
Dummy builder to allow declaractions like:
RuntimeDOM % "test"
Class loader for PhantomJSEnv.
Class loader for PhantomJSEnv. Used to load jetty8.