1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-18 06:21:26 +02:00

source links

This commit is contained in:
Pomax
2018-06-24 18:02:32 -07:00
parent 697afd626a
commit b254772d67
15 changed files with 42 additions and 17 deletions

View File

@@ -24,6 +24,10 @@ findLocales(locales => {
fs.copySync(file, path.join(BASEDIR, "..", "bezierinfo", "images", "latex", path.basename(file)));
});
// copy the compiled CSS
console.log(`Copying style.css`);
fs.copySync(path.join(BASEDIR, "stylesheets", "style.css"), path.join(BASEDIR, "..", "bezierinfo", "stylesheets", "style.css"));
// copy the base article.js as well
console.log(`Copying default article.js`);
fs.copySync(path.join(BASEDIR, "article.js"), path.join(BASEDIR, "..", "bezierinfo", "article.js"));