Skip to content

Commit

Permalink
fix: dropped squirrelly, replace with ejs
Browse files Browse the repository at this point in the history
refactor(web): rewrote all templates in ejs
perf: template caching
  • Loading branch information
GoatG33k committed Jan 23, 2022
1 parent c570d6c commit f8e42a1
Show file tree
Hide file tree
Showing 27 changed files with 802 additions and 642 deletions.
225 changes: 196 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"chalk": "^4.1.2",
"color-support": "^1.1.3",
"dateformat": "^4.5.1",
"ejs": "^3.1.6",
"execa": "^5.1.1",
"fs-extra": "^9.1.0",
"got": "^11.8.2",
Expand Down Expand Up @@ -81,7 +82,6 @@
"slash": "^3.0.0",
"slug": "^5.1.1",
"socket.io": "^4.4.0",
"squirrelly": "^8.0.8",
"stream-json": "^1.7.3",
"string-argv": "^0.3.1",
"systeminformation": "^5.9.17",
Expand Down

0 comments on commit f8e42a1

Please sign in to comment.