Files @ 2917d2be0106
Branch filter:

Location: kallithea/package.json - annotation

Thomas De Schampheleire
cli: front-end-build: generate pygments.css dynamically

Rather than having pygments.css part of the Kallithea sources, generate it
on the fly via front-end-create

Idea comes from Dominik Ruf.
{
  "name": "kallithea",
  "private": true,
  "dependencies": {
    "bootstrap": "3.3.7"
  },
  "devDependencies": {
    "less": "~2.7",
    "less-plugin-clean-css": "~1.5"
  }
}