aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js10
1 files changed, 9 insertions, 1 deletions
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