From bbd3a3fd76a3b1f410e0304d5455fc22864796b4 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Mon, 5 Mar 2012 09:59:29 -0800 Subject: chore: Update slim-jim --- angularFiles.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'angularFiles.js') diff --git a/angularFiles.js b/angularFiles.js index af38755c..0a85a8ba 100644 --- a/angularFiles.js +++ b/angularFiles.js @@ -157,18 +157,18 @@ angularFiles = { // Execute only in slim-jim if (typeof JASMINE_ADAPTER !== 'undefined') { // SlimJim config - files = [JASMINE_ADAPTER]; + files = [JASMINE, JASMINE_ADAPTER]; angularFiles.jstd.forEach(function(pattern) { // replace angular source if (pattern === '@angularSrc') files = files.concat(angularFiles.angularSrc); - // ignore jstd files - else if (!/jstd-(scenario-)?adapter/.test(pattern)) files.push(pattern); + // ignore jstd and jasmine files + else if (!/jstd|jasmine/.test(pattern)) files.push(pattern); }); exclude = angularFiles.jstdExclude; autoWatch = true; autoWatchInterval = 1; - logLevel = LOG_ERROR; + logLevel = LOG_INFO; logColors = true; } -- cgit v1.2.3