Merge pull request #592 from ericnakagawa/master

Output the full path to build folder to aid when deploying site.
This commit is contained in:
Eric Nakagawa 2018-04-23 09:39:31 -07:00 committed by GitHub
commit 0126dc403d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 'build' folder.");
console.log("Site built successfully. Generated files in '"+CWD+"/build' folder.");