Is grunt-steal-node supposed to be working right now? I would really like to use it, but I'm currently getting the following error.
- Building ./build/releases/production.js
steal.compress - Using Uglify
steal.compress - Using Uglify
Fatal error: Arguments to path.join must be strings
TypeError: Arguments to path.join must be strings
at path.js:360:15
at Array.filter (native)
at Object.exports.join (path.js:358:36)
at tryPathIndex (/Users/ecarino/p4depot/EricsMacBookAir_ManhattanClient/web/node_modules/grunt-steal-node/node_modules/steal-tools/node_modules/less/lib/less/index.js:195:37)
at callback.type (/Users/ecarino/p4depot/EricsMacBookAir_ManhattanClient/web/node_modules/grunt-steal-node/node_modules/steal-tools/node_modules/less/lib/less/index.js:198:29)
at Object.oncomplete (fs.js:107:15)
I have also posted an issue on the github page a few days ago, but have yet to receive a response. Please let me know if I'm wasting my time debugging this issue.