mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
9 lines
136 B
CoffeeScript
9 lines
136 B
CoffeeScript
module.exports =
|
|
options:
|
|
map: false
|
|
unprefixed:
|
|
expand: true
|
|
cwd: 'tmp/css'
|
|
src: '**/*.css'
|
|
dest: 'build/css/'
|