Commit Graph

15 Commits

Author SHA1 Message Date
Ben Harris 8cea7034a3
prefer local fonts
- stop force-loading plex mono
- use forkawesome.min
- update font stack preference
2021-01-03 18:35:06 -05:00
Ben Harris b89d2e3d52 bump dep versions for security alert 2020-07-17 17:24:02 -04:00
Ben Harris 0321a17810 bump dependencies in package-lock.json 2020-07-09 15:53:14 -04:00
Ben Harris a6ead17941 update npm deps, tidy makefile 2020-06-15 10:05:28 -04:00
dependabot[bot] 8cc946f702
Bump lodash from 4.17.10 to 4.17.15 in /css
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-17 19:38:10 +00:00
Ben Harris c352610456
Merge pull request #6 from tilde-team/dependabot/npm_and_yarn/css/extend-3.0.2
Bump extend from 3.0.1 to 3.0.2 in /css
2020-02-17 14:37:22 -05:00
dependabot[bot] 88b001f871
Bump extend from 3.0.1 to 3.0.2 in /css
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-17 19:37:03 +00:00
Ben Harris 82113cb87c
Merge pull request #5 from tilde-team/dependabot/npm_and_yarn/css/morgan-1.9.1
Bump morgan from 1.9.0 to 1.9.1 in /css
2020-02-17 14:36:54 -05:00
Ben Harris ad6a0ce32e
Merge pull request #4 from tilde-team/dependabot/npm_and_yarn/css/bootstrap-3.4.1
Bump bootstrap from 3.3.7 to 3.4.1 in /css
2020-02-17 14:36:35 -05:00
dependabot[bot] 5b554def16
Bump morgan from 1.9.0 to 1.9.1 in /css
Bumps [morgan](https://github.com/expressjs/morgan) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/expressjs/morgan/releases)
- [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/morgan/compare/1.9.0...1.9.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-17 19:28:22 +00:00
dependabot[bot] ae1faf967a
Bump bootstrap from 3.3.7 to 3.4.1 in /css
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v3.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-17 19:28:20 +00:00
dependabot[bot] 6f0e4ebea0
Bump stringstream from 0.0.5 to 0.0.6 in /css
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-17 19:28:19 +00:00
Robert Miles ee3065556e Update package-lock.json 2018-11-24 08:14:42 -05:00
Ben Harris a2ff9e3c48
fix up makefile, remove npm scripts from package.json
thanks to @tomasino for the help with the makefile!

don't use npm run *

make compiles all scripts; make dev starts the live-reload dev server
2018-11-19 19:35:07 -05:00
Ben Harris 7707e5fd9e
merge css in, add makefile 2018-11-19 19:08:30 -05:00