mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
12 lines
179 B
JavaScript
12 lines
179 B
JavaScript
module.exports = function(config, grunt) {
|
|
'use strict'
|
|
// dummy to avoid template compile error
|
|
return {
|
|
source: {
|
|
files: {
|
|
src: ""
|
|
}
|
|
}
|
|
};
|
|
};
|