From a0a5451f0f65ed6685394f3400dd8ea7e04d1446 Mon Sep 17 00:00:00 2001 From: Fredrik Teschke Date: Fri, 10 Jun 2016 09:15:16 +0200 Subject: [PATCH] add example: set custom date --- Gruntfile.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 8627f00..925dde3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -74,6 +74,11 @@ module.exports = function(grunt) { 'tmp/excluding_a_file': ['tasks/**/*.js', 'test/**/*.js'], }, }, + custom_date: { + options: { + date: '2016/06/10', + }, + }, }, nodeunit: { files: ['test/**/*_test.js'],