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/uglify.js |
/** * uglify * ====== * * Minify the library. * * Link: https://github.com/gruntjs/grunt-contrib-uglify */ 'use strict'; module.exports = function (grunt) { return { dist: { options: { banner: '<%= pkg.config.banner %>', sourceMap: true, sourceMapIncludeSources: true }, files: { '<%= pkg.config.dist %>/chartist-plugin-barlabels.min.js': ['<%= pkg.config.dist %>/chartist-plugin-barlabels.js'] } } }; };