This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generate | |
generate: (next) -> | |
# Check | |
if DocPad.genetating then return | |
else DocPad.generating = true | |
# Continue | |
path.exists DocPad.options.srcPath, (exists) -> | |
# Check | |
if not exists then throw Error 'Cannot generate website as the src dir was not found' |