Skip to content

Commit

Permalink
feat(css): run autoprefixer on css (#5239)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored and gkatsev committed Jun 21, 2018
1 parent e92f177 commit edce736
Show file tree
Hide file tree
Showing 4 changed files with 1,009 additions and 128 deletions.
4 changes: 4 additions & 0 deletions build/grunt.js
Expand Up @@ -339,6 +339,9 @@ module.exports = function(grunt) {
preferLocal: true
}
},
autoprefixer: {
command: 'npm run autoprefixer'
},
babel: {
command: 'npm run babel -- --watch --quiet',
options: {
Expand Down Expand Up @@ -401,6 +404,7 @@ module.exports = function(grunt) {
'shell:rollupall',

'skin',
'shell:autoprefixer',
'version:css',
'cssmin',

Expand Down

0 comments on commit edce736

Please sign in to comment.