mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
re-created unprefixed version of reveal.css automatically using autoprefixer, to facilitate merging of changes to it
This commit is contained in:
parent
7fe762c2f3
commit
2bc36f2dfe
5 changed files with 445 additions and 633 deletions
10
Gruntfile.js
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue