@@ -20,7 +20,7 @@ module.exports = function(grunt) {
2020 files : [
2121 //{ src: 'src/index.html', dest: 'dist/index.html' },
2222 { src : 'src/<%= pkg.name %>.css' , dest : 'dist/<%= pkg.name %>.css' } ,
23- { src : 'src/i18n/jquery-ui-timepicker-*.js' , dest : 'dist/i18n/' , expand :true , flatten : true } ,
23+ { src : 'src/i18n/jquery-ui-timepicker-*.js' , dest : 'dist/i18n/' , expand :true , flatten : true }
2424 ]
2525 }
2626 } ,
@@ -53,7 +53,7 @@ module.exports = function(grunt) {
5353 dist : {
5454 src : '<%= concat.dist.dest %>' ,
5555 dest : 'dist/<%= pkg.name %>.min.js'
56- } ,
56+ }
5757 } ,
5858 cssmin : {
5959 options : {
@@ -62,7 +62,7 @@ module.exports = function(grunt) {
6262 dist : {
6363 src : 'dist/<%= pkg.name %>.css' ,
6464 dest : 'dist/<%= pkg.name %>.min.css'
65- } ,
65+ }
6666 } ,
6767 jasmine : {
6868 src : 'src/<%= pkg.name %>.js' ,
@@ -93,7 +93,7 @@ module.exports = function(grunt) {
9393 jshintrc : 'test/.jshintrc'
9494 } ,
9595 src : [ 'test/**/*.js' ]
96- } ,
96+ }
9797 } ,
9898 watch : {
9999 gruntfile : {
@@ -107,8 +107,8 @@ module.exports = function(grunt) {
107107 test : {
108108 files : '<%= jshint.test.src %>' ,
109109 tasks : [ 'jshint:test' , 'jasmine' ]
110- } ,
111- } ,
110+ }
111+ }
112112 } ) ;
113113
114114 // These plugins provide necessary tasks.
0 commit comments