%PDF- %PDF-
| Direktori : /home/vacivi36/backupsite/public_html/old/wp-content/plugins/simple-lightbox/grunt/ |
| Current File : /home/vacivi36/backupsite/public_html/old/wp-content/plugins/simple-lightbox/grunt/uglify.js |
module.exports = function(grunt) {
grunt.config('uglify', {
options : {
mangle: false,
report: 'min'
},
all : {
files : [{
expand : true,
cwd : '',
dest : '',
src : ['<%= paths.js.files %>'],
rename : function(dest, srcPath) {
return srcPath.replace('/' + grunt.config.get('paths.js.src') + '/', '/' + grunt.config.get('paths.js.dest') + '/');
}
}]
},
});
};