I have integrated Grunt (a task-based command line build tool for JavaScript projects) into my project. One of the tasks I've created is a custom tag, and I am curious if it is feasible to execute a command within this tag.
Specifically, I am working with Closure Templates and need "the task" to invoke the jar file that pre-compiles the Soy file into a JavaScript file.
Currently, I am executing this jar file from the command line, but my goal is to automate this process by incorporating it as a task in Grunt.