ZeroOmega/omega-web/grunt/autoprefixer.coffee

9 lines
136 B
CoffeeScript
Raw Normal View History

2014-09-20 23:49:04 +08:00
module.exports =
options:
map: false
2014-09-20 23:49:04 +08:00
unprefixed:
expand: true
cwd: 'tmp/css'
src: '**/*.css'
dest: 'build/css/'