diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 10cb371a0..52e840081 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -424,6 +424,8 @@ grunt.registerTask( "compile-globalize", function() { globalize.dateParser( { date: "short" } ), globalize.dateFormatter( { date: "long" } ), globalize.dateParser( { date: "long" } ), + globalize.dateFormatter( { date: "full" } ), + globalize.dateParser( { date: "full" } ), globalize.numberParser() ]); |