carbon/spec.js

63 lines
1.1 KiB
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: "/js/room-picker.js",
target: "/static/room-picker.js"
},
{
type: "file",
source: "/assets/fonts/whitney-500.woff",
target: "/static/whitney-500.woff"
},
{
type: "file",
source: "/assets/icons/directs.svg",
target: "/static/directs.svg"
},
{
type: "file",
source: "/assets/icons/channels.svg",
target: "/static/channels.svg"
},
{
type: "file",
source: "/assets/icons/join-event.svg",
target: "/static/join-event.svg"
},
{
type: "sass",
source: "/sass/main.sass",
target: "/static/main.css"
},
{
type: "pug",
source: "/home.pug",
target: "/index.html"
}
]