Add runOnly command

This commit is contained in:
Erjan Gavalji
2015-11-02 13:18:15 +02:00
parent 11937129f3
commit 9e6ce564a0
3 changed files with 65 additions and 28 deletions

View File

@ -1,6 +1,6 @@
module.exports = function(grunt) {
if (grunt.cli.tasks.indexOf("testsapp") >= 0) {
if (grunt.cli.tasks.indexOf("testsapp") || grunt.cli.tasks.indexOf("buildtestsapp")>= 0) {
var tsTester = require("./build/run-testsapp.grunt.js");
tsTester.run(grunt);
} else {