generator-angular-eggs
Version:
Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server
19 lines (17 loc) • 424 B
JavaScript
(function() {
'use strict';
module.exports = {
dist: {
devFile: 'bower_components/modernizr/modernizr.js',
outputFile: '<%%= paths.dist %>/scripts/vendor/modernizr.js',
files: {
src: [
'<%%= paths.dist %>/scripts/{,*/}*.js',
'<%%= paths.dist %>/styles/{,*/}*.css',
'!<%%= paths.dist %>/scripts/vendor/*'
]
},
uglify: true
}
};
})();