Skip to content

Commit edce736

Browse files
brandonocaseygkatsev
authored andcommitted
feat(css): run autoprefixer on css (videojs#5239)
1 parent e92f177 commit edce736

File tree

4 files changed

+1009
-128
lines changed

4 files changed

+1009
-128
lines changed

build/grunt.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ module.exports = function(grunt) {
339339
preferLocal: true
340340
}
341341
},
342+
autoprefixer: {
343+
command: 'npm run autoprefixer'
344+
},
342345
babel: {
343346
command: 'npm run babel -- --watch --quiet',
344347
options: {
@@ -401,6 +404,7 @@ module.exports = function(grunt) {
401404
'shell:rollupall',
402405

403406
'skin',
407+
'shell:autoprefixer',
404408
'version:css',
405409
'cssmin',
406410

0 commit comments

Comments
 (0)