UNPKG

grunt-ez-frontend

Version:

Easily configure Grunt to concatenate, minimize js files, parse less files, concatenate them with other css files and minimize them using csso and autoprefix

12 lines (11 loc) 281 B
module.exports = function ( grunt ) { 'use strict'; var verbose = grunt.verbose; return { logVerbose: function ( msg ) { verbose.writeln( '\n\n====================' ); verbose.writeln( msg ); verbose.writeln( '====================\n\n' ); } }; };