Skip to content

Commit d45ddbf

Browse files
committed
Wordsmith
1 parent afa910b commit d45ddbf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/build.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@ webpack(config).run(function(err, stats) {
2525
process.exit(1);
2626
}
2727

28-
console.log('Build successfully generated in the build/ folder');
28+
console.log('Successfully generated a bundle in the build folder!');
29+
console.log();
30+
console.log('You can now serve it with any static server:');
31+
console.log(' cd build');
32+
console.log(' python -m SimpleHTTPServer 9000');
33+
console.log(' open http://localhost:9000');
34+
console.log();
35+
console.log('It is optimized and ready to be deployed for production.');
2936
});

0 commit comments

Comments
 (0)