Skip to content

Commit

Permalink
Revert "Output the full path to build folder to aid when deploying si…
Browse files Browse the repository at this point in the history
…te." (#593)
  • Loading branch information
ericnakagawa authored and JoelMarcey committed Apr 23, 2018
1 parent 0126dc4 commit ec13640
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 '"+CWD+"/build' folder.");
console.log("Site built successfully. Generated files in 'build' folder.");

0 comments on commit ec13640

Please sign in to comment.