Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
asciidisco committed Aug 1, 2013
1 parent f44e60c commit 95a2a70
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@ module.exports = function(grunt) {
src: ['index.js']
},

// add current timestamp to the html document
includereplace: {
dist: {
options: {
globals: {
timestamp: '<%= grunt.template.today("dddd, mmmm dS, yyyy, h:MM:ss TT") %>'
},
},
src: 'report/docs/*.html',
dest: '.'
}
},

// compress artifacts
compress: {
main: {
Expand Down

0 comments on commit 95a2a70

Please sign in to comment.