UNPKG

generator-hyper-angular

Version:

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

14 lines (13 loc) 171 B
(function () { 'use strict'; module.exports = { app: { options: { cleancss: true }, files: { 'app/css/app.css': 'app/css/app.less' } } }; })();