Skip to content
Snippets Groups Projects
Commit 2bc36f2d authored by Yves Delley's avatar Yves Delley
Browse files

re-created unprefixed version of reveal.css automatically using autoprefixer,...

re-created unprefixed version of reveal.css automatically using autoprefixer, to facilitate merging of changes to it
parent 7fe762c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment