You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relative path to main JS file. (Used by Spade)
Defaults to lib/main.js
directories
Directory mappings for your project.
Keys are 'lib', 'css', 'tests'. Values are relative path to the directory.
'lib' may be an array.
pipeline
Undocumented
bpm:build
Information on what files BPM should generate.
Consists of a hash where key is the file name and the value is another hash.
The value hash at minimum, must contain a files array listing all
files that will be compiled to create the file. You can also specify
a minifier option if you would like to minify the output.