Usage
.factory(function(formlyConfig){formlyConfig.<property name>...})
Property name | Type | Default | Description |
---|
module.exports = function(grunt) { | |
'use strict'; | |
var parent_module = '../../node_modules/'; | |
grunt.loadTasks(parent_module + 'grunt-contrib-watch/tasks'); | |
grunt.loadTasks(parent_module+'grunt-contrib-concat/tasks'); | |
grunt.loadTasks(parent_module+'grunt-contrib-uglify/tasks'); | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('../../package.json'), | |
concat: { |