Files
cypress/docs/scripts/config.js
2017-05-22 18:28:02 -04:00

6 lines
170 B
JavaScript

// only run the filter_cleanup if we are in
// production mode -- deploying static asset
if(process.env.NODE_ENV != "production"){
hexo.config.filter_cleanup = false
}