Commit 65c2ff32 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Make GH Pages support more discoverable (#286)

parent c7c319e2
Showing with 3 additions and 0 deletions
+3 -0
...@@ -88,6 +88,9 @@ webpack(config).run(function(err, stats) { ...@@ -88,6 +88,9 @@ webpack(config).run(function(err, stats) {
console.log(' pushstate-server build'); console.log(' pushstate-server build');
console.log(' ' + openCommand + ' http://localhost:9000'); console.log(' ' + openCommand + ' http://localhost:9000');
console.log(); console.log();
console.log(chalk.dim('The project was built assuming it is hosted at the root.'));
console.log(chalk.dim('Set the "homepage" field in package.json to override this.'));
console.log(chalk.dim('For example, "homepage": "http://user.github.io/project".'));
} }
console.log(); console.log();
}); });
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment