From c6138edbcbb07046cc3f4a1b2b05077287e69066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 4 Jul 2014 09:27:15 +0200 Subject: [PATCH] Remove the test.json Plovr config file --- buildcfg/test.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 buildcfg/test.json diff --git a/buildcfg/test.json b/buildcfg/test.json deleted file mode 100644 index 22f1c70c0b..0000000000 --- a/buildcfg/test.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - - "id": "test", - - "inherits": "base.json", - - "inputs": [ - "../build/test/requireall.js" - ], - - "paths": [ - "../src", - "../test" - ] - -}