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