mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-21 13:30:27 +08:00
I got drunk, read the coffeescript style guide, and decided to use spaces. Spaces for indentation is still as bad an idea as it ever were, and this is not a coffeescript project - it's multilingual, hence using coffeescript conventions is pointless.
6 lines
74 B
CoffeeScript
6 lines
74 B
CoffeeScript
module.exports = {
|
|
outPath: "build"
|
|
srcPath: "source"
|
|
prompts: false
|
|
}
|