File: /var/www/html/pmw24/app/public/customer_assets/plugins/bower_components/chartist-js/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()
},
jitGrunt: {
staticMappings: {
'useminPrepare': 'grunt-usemin',
'assemble': 'assemble'
}
}
});
};