Skip to content

Commit 963e5c8

Browse files
committed
correct target for cssmin
1 parent ada8003 commit 963e5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = function(grunt) {
6060
},
6161
compress: {
6262
src: 'css/reveal.css',
63-
dist: 'css/reveal.min.css'
63+
dest: 'css/reveal.min.css'
6464
}
6565
},
6666

0 commit comments

Comments
 (0)