node.js - Log to grunt from other file -
i'm using grunt plugin,grunt-casper, allow me use casperjs run web crawling tasks.
however, way plugin works runs casperjs file.js on files specify in task options.
i want able log output file.js, , can using console.log -- shows in terminal. can't that, however, grunt.log('test'); (unsurprisingly, don't have access grunt variable. suggestions?
Comments
Post a Comment