root - nonlinear/canvas GitHub Wiki
By default, canvas creates distribution files on dist/ folder.
If for any reason you need to move to the root folder, go to gulp/config.js, and on line 4, change ./dist/ to ./ or any other folder name you want.
config.js is a critical file: any typo can break entire canvas project.