UNPKG

generator-hyper-angular

Version:

Yeoman generator for AngularJS/Express/node.js apps emphasizing modularity, configuration, and testing

20 lines (19 loc) 265 B
(function () { 'use strict'; module.exports = { img: { options: { optimizationLevel: 7, cache: false }, files: [ { expand: true, cwd: 'app/img', src: ['**/*.{png,jpg,gif}'], dest: 'dist/app/img' } ] } }; })();