UNPKG

@linagora/grunt-run-grunt

Version:

Grunt task to run Gruntfiles in a child process. Gruntception!

11 lines (8 loc) 175 B
function pluralise(count, str) { return count + ' ' + str + (count === 1 ? '' : 's'); } module.exports = { nub: '--> '.cyan, pluralise: pluralise, indentLog: ' | ' };