UNPKG

generator-hyper-angular

Version:

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

25 lines (24 loc) 659 B
(function () { 'use strict'; module.exports = { app: { cwd: 'app', src: 'templates/**/*.html', dest: 'dist/app/templates/app.js', options: { module: '<%= _.slugify(_.humanize(projectName)) %>', prefix: '/', htmlmin: { collapseBooleanAttributes: true, collapseWhitespace: true, removeAttributeQuotes: true, removeComments: true, // Only if you don't use comment directives! removeEmptyAttributes: true, removeRedundantAttributes: true, removeScriptTypeAttributes: true, removeStyleLinkTypeAttributes: true } } } }; })();