UNPKG

angular-architecture-graph

Version:
17 lines (12 loc) 309 B
/* * grunt-angular-modules-graph * https://github.com/carlo-colombo/grunt-angular-modules-graph * * Copyright (c) 2014 Carlo Colombo * Licensed under the MIT license. */ 'use strict'; module.exports = function(grunt) { require('load-grunt-tasks')(grunt); require('load-grunt-config')(grunt); };