Closed ycjcl868 closed 5 years ago
// bisheng.config.js module.exports = { ... hash: true, ... }
// user-defined template template.html <head> {% for cssFile in manifest["css"] %}<link rel="stylesheet" type="text/css" href="{{ root }}{{ cssFile }}"/> {% endfor %} </head> <body> ... {% for jsFile in manifest["js"] %}<script src="{{ root }}{{ jsFile }}"></script> {% endfor %} ... </body>
Usage