baer/pint

load-grunt-tasks for Pint

sapegin opened this issue · 1 comments

    require('./build/css.js'),
    require('./build/javascript.js'),
    require('./build/static.js'),
    require('./build/test.js')

looks as bad as

    grunt.loadNpmTasks('grunt-contrib-concat');
    grunt.loadNpmTasks('grunt-contrib-uglify');
    grunt.loadNpmTasks('grunt-contrib-watch');

But in Grunt it could be fixed with load-grunt-tasks. Is there something like that in Pint?

Pint seems to depend on https://github.com/sindresorhus/load-grunt-tasks, at least according to package.json, so perhaps it is something that is already been investigated.... guessing.