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) 312 B
(function() { 'use strict'; module.exports = { options: { assetsDirs: [ '<%%= paths.dist %>', '<%%= paths.dist %>/images', '<%%= paths.dist %>/styles' ] }, html: ['<%%= paths.dist %>/{,*/}*.html'], css: ['<%%= paths.dist %>/styles/{,*/}*.css'] }; })();