ZeroOmega/omega-web/grunt/autoprefixer.coffee

9 lines
136 B
CoffeeScript

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