All Downloads are FREE. Search and download functionalities are using the official Maven repository.

report-resources.chartist.chartist-plugin-tooltip.tasks.clean.js Maven / Gradle / Ivy

/**
 * clean
 * =====
 *
 * Remove temporary and unused files.
 *
 * Link: https://github.com/gruntjs/grunt-contrib-clean
 */

'use strict';

module.exports = function (grunt) {
  return {
    tmp: '<%= pkg.config.tmp %>',
    dist: '<%= pkg.config.dist %>'
  };
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy