Revert "Output the full path to build folder to aid when deploying site." (#593)

This commit is contained in:
Eric Nakagawa 2018-04-23 11:42:10 -07:00 committed by Joel Marcey
parent 0126dc403d
commit ec13640097

View file

@ -34,4 +34,4 @@ if (!fs.existsSync(CWD + '/siteConfig.js')) {
// generate all static html files
const generate = require('./server/generate.js');
generate();
console.log("Site built successfully. Generated files in '"+CWD+"/build' folder.");
console.log("Site built successfully. Generated files in 'build' folder.");