Skip to content
On this page

Configuration

Legacy version

You’re browsing the documentation for v3. View the docs for the latest version →

Styleguide

config/config.json

json
{
  "css": {
    "dev": {},
    "dist": {}
  },
  "html": {
    "browsersync": {}
  },
  "img": {
    "svgSpriteDev": {},
    "svgSpriteDist": {},
    "imagemin": {}
  }
}

config/paths.json

json
{
  "output": {
    "css": {
      "path": "css",
      "name": "styles.css"
    },
    "js": {
      "path": "js",
      "name": "scripts.js"
    },
    "img": {
      "path": "img",
      "icons": "icons.svg"
    }
  }
}

Dotfiles

Released under the Hippocratic License 3.0.