Skip to:
https://github.com/Ortus-Solutions/commandbox/pull/237
This also works through box.json
{ "dependencies":{ "mylexfile":"lex:C:\\path\\to\\my.lex" } }
Windows File Path:
install lex:C:\path\to\my.lex
Windows UNC File Path
install lex:\\\\serverName\sharename\my.lex
*nix Path
install lex:/path/to/my.lex
https://github.com/Ortus-Solutions/commandbox/pull/237