craftr-build / craftr-build-4.x

Frontend for the Craftr build framework.
https://craftr-build.github.io/craftr/
Other
60 stars 14 forks source link

If only tasks are specified, run them without Ninja #103

Closed NiklasRosenstein closed 8 years ago

NiklasRosenstein commented 8 years ago

If the only target you specify on the command-line is a task and it has no dependencies OR depends only on other tasks (and nothing that would need to be built through Ninja), run the task(s) directly without Ninja.

NiklasRosenstein commented 8 years ago

Reopened because Craftr neglects to do anything when there is no Ninja manifest and the -e flag is not specified.