staticrypt/scripts/buildIndex.js

10 wiersze
364 B
JavaScript
Czysty Zwykły widok Historia

const { convertCommonJSToBrowserJS, genFile } = require("../cli/helpers.js");
const data = {
js_codec: convertCommonJSToBrowserJS("lib/codec"),
js_crypto_engine: convertCommonJSToBrowserJS("lib/cryptoEngine/webcryptoEngine"),
js_formater: convertCommonJSToBrowserJS("lib/formater"),
};
genFile(data, "./index.html", "./scripts/index_template.html");