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:
@@ -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"));
|
||||
|
Reference in New Issue
Block a user