14 lines
252 B
CoffeeScript
14 lines
252 B
CoffeeScript
# DocPad Configuration File
|
|
# http://docpad.org/docs/config
|
|
|
|
# Define the DocPad Configuration
|
|
docpadConfig = {
|
|
plugins:
|
|
nodesass:
|
|
outputStyle: 'nested'
|
|
bourbon: true
|
|
}
|
|
|
|
# Export the DocPad Configuration
|
|
module.exports = docpadConfig
|