mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
|
module.exports = function(grunt) {
|
||
|
|
||
|
// load grunt config
|
||
|
require('load-grunt-config')(grunt);
|
||
|
|
||
|
};
|