We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fb772 commit 84840e8Copy full SHA for 84840e8
Gruntfile.js
@@ -76,7 +76,9 @@ module.exports = function(grunt) {
76
options: {
77
client: true,
78
compileDebug: false,
79
- processName: function(str) { return str.match(/^test\/fixtures\/(.*)\.pug$/)[1]; },
+ processName: function(str) {
80
+ return str.match(/^test\/fixtures\/(.*)\.pug$/)[1];
81
+ },
82
data: {
83
test: true,
84
year: '<%= grunt.template.today("yyyy") %>'
0 commit comments