UNPKG

generator-angular-eggs

Version:

Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server

15 lines (13 loc) 253 B
(function() { 'use strict'; module.exports = { dist: { files: [{ expand: true, cwd: '<%%= paths.app %>/images', src: '{,*/}*.{gif,jpeg,jpg,png}', dest: '<%%= paths.dist %>/images' }] } }; })();