UNPKG

generator-hyper-angular

Version:

Yeoman generator for AngularJS/Express/node.js apps emphasizing modularity, configuration, and testing

9 lines (8 loc) 212 B
(function () { 'use strict'; module.exports = { dist: ['dist'], distAppJsBig: ['dist/app/js/*.js', 'dist/app/js/{controllers,directives,filters,services}'], templatesDir: ['dist/app/templates'] }; })();