docs.min.css wasn't being generated

This commit is contained in:
Kevin Ross 2016-03-18 12:50:40 -05:00
parent ad6634a439
commit f0d6f54c50

View File

@ -32,6 +32,8 @@ const preset = Preset.baseline({
dest: 'docs/dist'
},
postProcessor: {
source: {options: {cwd: 'docs/dist'}},
watch: {options: {cwd: 'docs/dist'}},
dest: 'docs/dist'
}
})