diff --git a/Gruntfile.js b/Gruntfile.js index ed3fdc5..8ce35e4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,5 +64,5 @@ module.exports = function (grunt) { grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks("grunt-contrib-concat"); - grunt.registerTask('default', [ 'clean', 'jshint', 'concat', 'uglify', ]); -}; \ No newline at end of file + grunt.registerTask('default', ['clean', 'jshint', 'concat', 'uglify']); +}; diff --git a/index.html b/index.html index b9baab0..d9a35e9 100644 --- a/index.html +++ b/index.html @@ -78,4 +78,4 @@