UNPKG

angular-placeholder

Version:
11 lines (9 loc) 242 B
module.exports = function (grunt) { 'use strict'; require('time-grunt')(grunt); require('load-grunt-tasks')(grunt); grunt.initConfig({ pkg: grunt.file.readJSON("package.json") }); grunt.loadTasks('grunt'); };