diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-08-11 17:39:08 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-08-11 17:39:08 -0400 |
commit | 32730b5f0565e5e637423bed0ab400ddb3ff91f3 (patch) | |
tree | 9b9fa589b0b17b5b7edf6909a5f8ac37ef3d0501 /Gruntfile.js | |
parent | 9d86a293cfb2936eb239d0b31cd32f6255b2003f (diff) | |
download | jQuery-Timepicker-Addon-32730b5f0565e5e637423bed0ab400ddb3ff91f3.zip jQuery-Timepicker-Addon-32730b5f0565e5e637423bed0ab400ddb3ff91f3.tar.gz jQuery-Timepicker-Addon-32730b5f0565e5e637423bed0ab400ddb3ff91f3.tar.bz2 |
Updates #213 and #622 for date defaulting to 1899
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 2c3b6bd..75d9770 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -119,8 +119,8 @@ module.exports = function(grunt) { }, src: { files: 'src/**',//'<%= jshint.src.src %>', - //tasks: ['jshint:src', 'jasmine', 'clean', 'copy', 'concat', 'replace', 'uglify', 'cssmin'] - tasks: ['jshint:src', 'jasmine'] + tasks: ['jshint:src', 'jasmine', 'clean', 'copy', 'concat', 'replace', 'uglify', 'cssmin'] + //tasks: ['jshint:src', 'jasmine'] }, test: { files: '<%= jshint.test.src %>', |