From 856e6c5c59e0b783f116f33653edda0e38947e76 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 8 Dec 2015 16:55:43 -0500 Subject: [PATCH] fixed test-ui debug mode not showing source files and phony tasks comment --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dd9e2e2d68..9380cbd3fd 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,6 @@ endif build-ui sync-ui test-ui build-ui-for-coverage test-ui-for-coverage \ build-ui-for-browser-tests test-ui-debug jshint ngdocs \ websocket-proxy browser-sync browser-sync-reload brocolli-watcher \ - #ui_2.4_deprecated devjs minjs testjs_ci \ deb deb-src debian debsign pbuilder reprepro setup_tarball \ virtualbox-ovf virtualbox-centos-7 virtualbox-centos-6 \ @@ -525,7 +524,7 @@ else NODE_PATH=awx/ui/build_test $(ISTANBUL_BIN) cover $(MOCHA_BIN) -- --full-trace $(shell find awx/ui/build_test -name '*-test.js') endif -build-ui-for-browser-tests: UI_FLAGS=--no-styles --no-compress --browser-tests --no-node-tests --no-sourcemaps +build-ui-for-browser-tests: UI_FLAGS=--no-styles --no-compress --browser-tests --no-node-tests build-ui-for-browser-tests: awx/ui/static TESTEM_DEBUG_BROWSER ?= Chrome