ClojureScriptBuild
Represents ClojureScript source code that should be compiled as a unit.
Properties
Property | Type | Description |
---|---|---|
|
Directory compiled JavaScript will be written to (if compiler is configured) |
|
|
Classpath to use when checking/compiling |
|
|
Directories to use as roots for source code (will be added to the |
|
|
READ ONLY Tree of source files (starting from |
|
|
Configure the ClojureScript compiler for the build’s ClojureScriptCompile task |
|
|
Configure Figwheel options for use by clojurephant-tooling |
Methods
Method | Description |
---|---|
|
Allows configuring the compiler options in a block |
|
Allows configuring the figwheel options in a block |