UNPKG

generator-hyper-angular

Version:

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

9 lines (8 loc) 221 B
(function () { 'use strict'; module.exports = function (grunt) { grunt.registerTask('setEnvironment', 'Set the grunt environment', function (environment) { grunt.config('environment', environment); }); }; })();