Skip to content

Instantly share code, notes, and snippets.

@lionelB
Created February 16, 2014 13:50
Show Gist options
  • Select an option

  • Save lionelB/9034494 to your computer and use it in GitHub Desktop.

Select an option

Save lionelB/9034494 to your computer and use it in GitHub Desktop.
echo task
grunt.registerTask('echo', function(){
fs.createReadStream('./package.json',{encoding:'utf-8'})
.pipe( process.stdout );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment