cherifGsoul on update-infrastructure-page
Update infrastructure page with… (compare)
greenkeeper[bot] on @feathersjs
chore(package): update @feather… (compare)
greenkeeper[bot] on @feathersjs
chore(package): update @feather… (compare)
greenkeeper[bot] on core-js-3.4.7
chore(package): update core-js … (compare)
greenkeeper[bot] on core-js-3.4.6
chore(package): update core-js … (compare)
Multi-page use
The following uses steal-tool's build method to programatically build out the "login" and "homepage" modules as bundles.
var stealTools = require("steal-tools");
var promise = stealTools.build({
main: ["login","homepage"],
config: __dirname+"/config.js"
},{
bundleSteal: true,
// the following are the default values, so you don't need
// to write them.
minify: true,
debug: false,
quiet: false,
bundleDepth: 3,
mainDepth: 3
});
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Production Site 1</title>
</head>
<body>
<h2>Production Site 1</h2>
<div id="output"></div>
<script src="dist/bundles/main-main.js"></script>
</body>
</html>