* Use 'static' env for prod builds * Add build script * Ignore development build dir, remove it from Git
16 lines
235 B
CoffeeScript
16 lines
235 B
CoffeeScript
# DocPad Configuration File
|
|
# http://docpad.org/docs/config
|
|
|
|
docpadConfig = {
|
|
plugins:
|
|
nodesass:
|
|
outputStyle: 'nested'
|
|
bourbon: true
|
|
|
|
environments:
|
|
static:
|
|
outPath: 'dist'
|
|
}
|
|
|
|
module.exports = docpadConfig
|