Carbon/spec.js

43 lines
728 B
JavaScript

module.exports = [
{
type: "file",
source: "/assets/fonts/whitney-500.woff",
target: "/static/whitney-500.woff"
},
{
type: "file",
source: "/assets/fonts/whitney-400.woff",
target: "/static/whitney-400.woff"
},
{
type: "file",
source: "/js/basic.js",
target: "/static/basic.js"
},
{
type: "file",
source: "/js/groups.js",
target: "/static/groups.js"
},
{
type: "file",
source: "/js/chat-input.js",
target: "/static/chat-input.js"
},
{
type: "file",
source: "/assets/fonts/whitney-500.woff",
target: "/static/whitney-500.woff"
},
{
type: "sass",
source: "/sass/main.sass",
target: "/static/main.css"
},
{
type: "pug",
source: "/home.pug",
target: "/index.html"
}
]