mirror of https://github.com/grafana/grafana
fix: #8111
parent
3ee886d0fb
commit
db36639ffc
@ -0,0 +1,11 @@ |
||||
module.exports = function(config, grunt) { |
||||
'use strict' |
||||
// dummy to avoid template compile error
|
||||
return { |
||||
source: { |
||||
files: { |
||||
src: "" |
||||
} |
||||
} |
||||
}; |
||||
}; |
||||
Loading…
Reference in new issue