ZeroOmega/omega-web/grunt/autoprefixer.coffee
2014-09-21 00:01:16 +08:00

9 lines
135 B
CoffeeScript

module.exports =
options:
map: true
unprefixed:
expand: true
cwd: 'tmp/css'
src: '**/*.css'
dest: 'build/css/'