Browse Source

merge grunt update to 0.4 (#350)

Hakim El Hattab 11 years ago
parent
commit
3f740c8553
3 changed files with 9 additions and 10 deletions
  1. 0 0
      css/reveal.min.css
  2. 8 9
      gruntfile.js
  3. 1 1
      js/reveal.min.js

File diff suppressed because it is too large
+ 0 - 0
css/reveal.min.css


+ 8 - 9
gruntfile.js

@@ -5,7 +5,7 @@ module.exports = function(grunt) {
 	grunt.initConfig({
 		pkg: grunt.file.readJSON('package.json'),
 		meta: {
-			banner: 
+			banner:
 				'/*!\n' +
 				' * reveal.js <%= pkg.version %> (<%= grunt.template.today("yyyy-mm-dd, HH:MM") %>)\n' +
 				' * http://lab.hakim.se/reveal-js\n' +
@@ -25,13 +25,13 @@ module.exports = function(grunt) {
 		},
 
 		uglify: {
-      options: {
-        banner: '<%= meta.banner %> \n'
-      },
-      build: {
-        src: 'js/reveal.js',
-        dest: 'js/reveal.min.js'
-      }
+			options: {
+				banner: '<%= meta.banner %>\n'
+			},
+			build: {
+				src: 'js/reveal.js',
+				dest: 'js/reveal.min.js'
+			}
 		},
 
 		cssmin: {
@@ -80,4 +80,3 @@ module.exports = function(grunt) {
 	grunt.registerTask( 'default', [ 'jshint', 'cssmin', 'uglify' ] );
 
 };
- 

File diff suppressed because it is too large
+ 1 - 1
js/reveal.min.js


Some files were not shown because too many files changed in this diff