UNPKG

grunt-dactylographsy

Version:

A grunt plugin to fingerprint your assets while outputing the result.

26 lines (19 loc) 543 B
module.exports = function(grunt) { 'use strict'; require('time-grunt')(grunt); grunt.loadNpmTasks('grunt-dactylographsy'); var path = require('path'); require('load-grunt-config')(grunt, { configPath: path.join(process.cwd(), 'grunt', 'tasks'), init: true, data: { options: {}, paths: require(path.join(process.cwd(), 'grunt', 'options/') + 'paths.json') }, loadGruntTasks: { config: require('./package.json'), scope: 'devDependencies' }, postProcess: function() {} }); };