From 1777110958f76ee4be5760e36c96702223385918 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 15 Feb 2011 01:12:45 -0500 Subject: split up services into individual files - split up services into files under src/service - split up specs into files under test/service - rewrite all specs so that they don't depend on one global forEach - get rid of obsolete code and tests in ng:switch - rename mock $log spec from "$log" to "$log mock" --- lib/jsl/jsl.default.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/jsl/jsl.default.conf b/lib/jsl/jsl.default.conf index d3cfe4fe..f4e2af16 100755 --- a/lib/jsl/jsl.default.conf +++ b/lib/jsl/jsl.default.conf @@ -122,7 +122,9 @@ # or "+process Folder\Path\*.htm". # +process src/*.js ++process src/service/*.js +process src/scenario/*.js +process test/*.js ++process test/service/*.js +process test/scenario/*.js -- cgit v1.2.3