i've pretty much gotten the lineman plugin wired up correctly, but i cannot for the life of me determine what input the grunt-vulcanize task is getting.
i can't do a grunt.log.warn() or grunt.log.writeln() or anything. i'm running the task with lineman grunt -v vulcanize and it runs, but nothing happens. I'm using npm link on both lineman-vulcanize and grunt-vulcanize to try to see what input grunt-vulcanize is getting. what's the best way to debug and troubleshoot here? I know the problem is something simple. I've tried looking at lineman config and everything looks correct. the only thing i can successfully do is crash grunt while it's running the task by adding a syntax error.
here's a github issue with more information: https://github.com/linemanjs/lineman/issues/314
here's my lineman-vulcanize project in github: https://github.com/dcunited001/lineman-vulcanize
here's the project which includes the lineman-vulcanize plugin: https://github.com/dcunited001/lineman-polymer-ang