UNPKG

generator-angular-eggs

Version:

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

30 lines (28 loc) 562 B
(function() { 'use strict'; module.exports = { options: { sourceMap: true, includePaths: ['bower_components'], loadPath: 'bower_components' }, dist: { files: [{ expand: true, cwd: '<%%= paths.app %>/styles', src: ['*.{scss,sass}'], dest: '.tmp/styles', ext: '.css' }] }, server: { files: [{ expand: true, cwd: '<%%= paths.app %>/styles', src: ['*.{scss,sass}'], dest: '.tmp/styles', ext: '.css' }] } }; })();