Skip to content

Commit

Permalink
Merge pull request #592 from ericnakagawa/master
Browse files Browse the repository at this point in the history
Output the full path to build folder to aid when deploying site.
  • Loading branch information
ericnakagawa authored Apr 23, 2018
2 parents 33d4e4a + 083d70d commit 0126dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.");

0 comments on commit 0126dc4

Please sign in to comment.