1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-24 01:03:25 +02:00

Add a curvature section (#159)

* curvature and radius of curvature
This commit is contained in:
Pomax
2018-12-09 16:31:16 -08:00
committed by GitHub
parent 3e1a3c27f5
commit 4ad072c7a2
25 changed files with 390 additions and 11 deletions

View File

@@ -11,5 +11,4 @@ var html = fs.readFileSync(path.join(BASEDIR, "index.html")).toString();
html = html.replace(' <base href="..">\n', '');
html = html.replace('className=', 'class=');
html = html.replace('<script src="en-GB/article.js', '<script src="article.js');
html = "<!-- AUTOGENERATED CONTENT, PLEASE EDIT 'index.template.html' INSTEAD! -->\n" + html;
fs.writeFileSync(path.join(BASEDIR, "index.html"), html);