diff --git a/grunt/helpers.js b/grunt/helpers.js index 7639cfb7b..149356af9 100644 --- a/grunt/helpers.js +++ b/grunt/helpers.js @@ -254,7 +254,7 @@ module.exports = function(grunt) { strictMode: false, targets: buildConfig.targets || '', cacheAge, - timestamp: Date.now() + timestamp: isDevelopmentBuild ? 0 : Date.now() }; if (buildConfig.jsonext) data.jsonext = buildConfig.jsonext;