stealPath
config.stealPath
{String}
Specify the path to the steal.js
root folder and set many other configuration
values as side effects. This should not typically be called directly.
{String}
Specify the path to the steal.js
root folder and set many other configuration
values as side effects. This should not typically be called directly.
Use
steal.js
calls config with the path tosteal.js
internally. This sets up the following default values in paths:PATH/dev.js
PATH/css.js
PATH/less.js
PATH/../traceur/traceur.js
- Assumes traceur is in a folder next to steal.Finally, it will set baseURL provided nothing else is setting it to:
PATH/..
- ifPATH
ends with /steal.PATH
- if the first two conditions are not met.