From 2bc36f2dfe04746d5a10c48531b38c64415d43aa Mon Sep 17 00:00:00 2001 From: Yves Delley Date: Fri, 12 Sep 2014 22:37:57 +0200 Subject: re-created unprefixed version of reveal.css automatically using autoprefixer, to facilitate merging of changes to it --- Gruntfile.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 3a54333..55585d4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -81,6 +81,14 @@ module.exports = function(grunt) { files: { 'css/reveal.css': 'css/reveal.bare.css' } + }, + unprefix: { + files: { + 'css/reveal.clean.css': 'css/reveal.css' + }, + options: { + browsers: [] + } } }, @@ -139,7 +147,7 @@ module.exports = function(grunt) { grunt.registerTask( 'themes', [ 'sass' ] ); // CSS task - grunt.registerTask( 'css', [ 'autoprefixer', 'cssmin' ] ); + grunt.registerTask( 'css', [ 'autoprefixer:dist', 'cssmin' ] ); // Package presentation to archive -- cgit v1.2.3