RSS Git Download  Clone
Raw Blame History 148B 5 lines
    module.exports = (grunt) => {
    grunt.registerTask('cory-noop', () => {
        grunt.log.write('Corifeus Builder Noop - just empty')
    })
}