UNPKG

generator-angular-eggs

Version:

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

16 lines (14 loc) 337 B
(function() { 'use strict'; module.exports = { dist: { src: [ '<%%= paths.dist %>/scripts/{,*/}*.js', '<%%= paths.dist %>/styles/{,*/}*.css', '<%%= paths.dist %>/images/{,*/}*.*', '<%%= paths.dist %>/styles/fonts/{,*/}*.*', '<%%= paths.dist %>/*.{ico,png}' ] } }; })();