mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -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/'
|