generator-fatarrow
Version:
49 lines (48 loc) • 483 B
text/coffeescript
module.exports =
FONTS:
COMPILED: [
'.eot'
'.svg'
'.ttf'
'.woff'
]
IMAGES:
COMPILED: [
'.gif'
'.jpeg'
'.jpg'
'.png'
'.svg'
]
SCRIPTS:
COMPILED: [
'.js'
]
UNCOMPILED: [
'.coffee'
'.es6'
'.ls'
'.ts'
]
STYLES:
COMPILED: [
'.css'
]
UNCOMPILED: [
'.less'
'.scss'
]
VIEWS:
COMPILED: [
'.html'
]
UNCOMPILED: [
'.haml'
'.jade'
'.markdown'
'.md'
]
SOURCEMAPS:
COMPILED: [
'.map'
]