| DIR:/proc/self/root/proc/self/cwd/assets/backend/plugins/chartist-plugin-tooltip-master/ |
| Current File : //proc/self/root/proc/self/cwd/assets/backend/plugins/chartist-plugin-tooltip-master/Gruntfile.js |
/**
* Grunt Configurations
* ====================
*
* Seperate tasks and configurations are declared in '/tasks'.
*
* Link: https://github.com/firstandthird/load-grunt-config
*/
'use strict';
module.exports = function (grunt) {
// tracks how long a tasks take
require('time-grunt')(grunt);
// load task and configurations
require('load-grunt-config')(grunt, {
configPath: __dirname + '/tasks',
data: {
pkg: grunt.file.readJSON('package.json'),
year: new Date().getFullYear()
}
});
};
|