Skip to content

Commit 65c2ff3

Browse files
authored
Make GH Pages support more discoverable (#286)
1 parent c7c319e commit 65c2ff3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build.js

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ webpack(config).run(function(err, stats) {
8888
console.log(' pushstate-server build');
8989
console.log(' ' + openCommand + ' http://localhost:9000');
9090
console.log();
91+
console.log(chalk.dim('The project was built assuming it is hosted at the root.'));
92+
console.log(chalk.dim('Set the "homepage" field in package.json to override this.'));
93+
console.log(chalk.dim('For example, "homepage": "http://user.github.io/project".'));
9194
}
9295
console.log();
9396
});

0 commit comments

Comments
 (0)