Top Level Namespace

Defined Under Namespace

Modules: Esvg, Jekyll

Constant Summary collapse

CONFIG =
{
  filename: 'svgs',
  class: 'svg-symbol',
  prefix: 'svg',
  cache_file: '.symbols',
  core: true,
  optimize: false,
  gzip: false,
  scale: false,
  fingerprint: true,
  debug: false,
  print: false,
  throttle_read: 4,
  flatten: [],
  alias: {},
  presets: {},
  sizes: {}
}
CONFIG_RAILS =
{
  source: "app/assets/svgs",
  assets: "app/assets/javascripts",
  build: "public/javascripts",
  temp: "tmp"
}
CONFIG_JEKYLL =
{
  source: "_svgs",
  build: "javascripts",
  core: false
}