aboutsummaryrefslogtreecommitdiff
path: root/static/Makefile (unfollow)
Commit message (Collapse)Author
2022-10-24Specify encoding for scss.Hugo Hörnquist
2022-08-01Change JavaScript build system to esbuild.Hugo Hörnquist
Esbuild is way faster, and feels less hacky. One downside is that it doesn't actually check Typescript types. However, typescript can still be installed alongside, and has the fancy --noEmit flag for just this situation.
2022-08-01Static should create its own directories when installing.Hugo Hörnquist
2022-08-01make clean in static shouldn't fail if the file isn't there.Hugo Hörnquist
2022-04-24Minor dependency fixup in static/Makefile.Hugo Hörnquist
2022-03-28Introduce directory-listing.scssHugo Hörnquist
2022-03-15Add alt make-watch for static in existing TMUX sessions.Hugo Hörnquist
2022-03-07Cleanup makefile.Hugo Hörnquist
2021-11-10Add madge for frontend dep visualization.Hugo Hörnquist
2021-11-10Slight frontend makefile improvements.Hugo Hörnquist
2021-11-05Start depending on npm.Hugo Hörnquist
Chromium can't handle JavaScript-modules in XHTML-document [1]. The workaround is to use a javascript bundler. Here we start depending on browserify. I evaluated both that and webpack, and browserify seemed to work marginally better with typescript. Unfortunately this also makes us depend on npm, where we unfortunately already are bloatet... $ ls static/node_modules | wc -l 174 [1]: https://bugs.chromium.org/p/chromium/issues/detail?id=717643
2020-11-06Add watch-rule for scss files.Hugo Hörnquist
2020-08-23Add rendering of standalone small-cal.Hugo Hörnquist
2020-08-16Move small-calendar css to own file.Hugo Hörnquist
2020-08-13Change static.css to scss.Hugo Hörnquist