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