BoxLang Compiler
Sourceless deployments for all
Usage
// Using the script
boxlang compile
--source /path/to/webroot/index.cfm
--target /path/to/compiled-webroot/index.cfm
--basePath /path/to/webroot
// Using the full path to jar
java -cp boxlang-1.0.0.jar ortus.boxlang.compiler.BXCompiler
--source /path/to/webroot/index.cfm
--target /path/to/compiled-webroot/index.cfm
--basePath /path/to/webrootDirectory
CLI Options
Last updated
Was this helpful?
