aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIgor Minar2011-02-15 01:12:45 -0500
committerIgor Minar2011-02-15 11:01:53 -0500
commit1777110958f76ee4be5760e36c96702223385918 (patch)
tree5aa03b246507e66877e5eac69e58e004e244d7a5 /lib
parentd2089a16335276eecb8d81eb17332c2dff2cf1a2 (diff)
downloadangular.js-1777110958f76ee4be5760e36c96702223385918.tar.bz2
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"
Diffstat (limited to 'lib')
-rwxr-xr-xlib/jsl/jsl.default.conf2
1 files changed, 2 insertions, 0 deletions
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