Current Path : /home/atdotid/posdemo.aturtoko.id/public/bower_components/chartist-plugin-barlabels/tasks/ |
Current File : /home/atdotid/posdemo.aturtoko.id/public/bower_components/chartist-plugin-barlabels/tasks/copy.js |
/** * copy * ==== * * Copies remaining files to places other tasks can use. * * Link: https://github.com/gruntjs/grunt-contrib-copy */ 'use strict'; module.exports = function (grunt) { return { dist: { files: [ { dest: '<%= pkg.config.dist %>/', src: 'LICENSE' } ] } }; };