UNPKG

xing-frontend-grunt

Version:
11 lines (10 loc) 189 B
/** * Minify the sources! */ module.exports = { compile: { options: { banner: '<%= meta.banner %>' }, files: { '<%= compile_targets.js %>': '<%= compile_targets.js %>' } } };