UNPKG

generator-hyper-angular

Version:

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

17 lines (14 loc) 177 B
(function () { 'use strict'; module.exports = { development: [ '/css/app.css' ], test: [ '/css/app.css' ], production: [ '/css/app.min.css' ] }; })();