tuplejump / play-yeoman

Play + Yeoman integration sbt and play plugins
Apache License 2.0
237 stars 58 forks source link

Setup dist/stage to be dependent on grunt #4

Closed milliondreams closed 10 years ago

milliondreams commented 11 years ago

While creating the distribution for our application, we first need to run grunt. We should figure out and add grunt as a dependency to stage and dist tasks so that it runs by default.

milliondreams commented 10 years ago

We will need to create grunt as a task instead of command and then it is easy to set the dependency. I am still not sure how we do this, and whether we can call a command from a task.

Any ideas?

milliondreams commented 10 years ago

Issue #27 provides the first key tothis puzzle. If the grunt task there works as expected then we can define dist task to be dependent on grunt.