{
  "doctype": "html5",
  "favicon": "tastyigniter-orange/assets/images/favicon.ico",
  "meta": [
    {
      "name": "Content-type",
      "content": "text/html; charset=utf-8",
      "type": "equiv"
    },
    {
      "name": "X-UA-Compatible",
      "content": "IE=edge",
      "type": "equiv"
    },
    {
      "name": "viewport",
      "content": "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no",
      "type": "name"
    }
  ],
  "style": [
    {
      "path": "tastyigniter-orange/assets/css/app.css",
      "name": "app-css"
    }
  ],
  "script": [
    {
      "path": "tastyigniter-orange/assets/js/app.js",
      "name": "app-js"
    }
  ],
  "bundles": [
    {
      "type": "scss",
      "files": "~/themes/tastyigniter-orange/assets/src/scss/app.scss",
      "destination": "~/themes/tastyigniter-orange/assets/css/app.css"
    }
  ]
}
