We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c319e commit 65c2ff3Copy full SHA for 65c2ff3
scripts/build.js
@@ -88,6 +88,9 @@ webpack(config).run(function(err, stats) {
88
console.log(' pushstate-server build');
89
console.log(' ' + openCommand + ' http://localhost:9000');
90
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".'));
94
}
95
96
});
0 commit comments