From 7e467dc73e3b09ef1e94316750af5ee4861f7ab0 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 25 Mar 2014 15:25:15 +0600 Subject: [PATCH] Fix build --- sonar-server/karma.conf.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sonar-server/karma.conf.js b/sonar-server/karma.conf.js index de6a2a042a2..8ce085110ce 100644 --- a/sonar-server/karma.conf.js +++ b/sonar-server/karma.conf.js @@ -14,7 +14,7 @@ module.exports = function(config) { config.set({ // base path, that will be used to resolve files and exclude - basePath: 'src/main/webapp/js', + basePath: 'src/main/js', // frameworks to use @@ -33,9 +33,6 @@ module.exports = function(config) { // libs { pattern: 'third-party/**/*.js', included: false }, - // templates - { pattern: '../WEB-INF/app/views/**/*.hbs.erb', included: false }, - // common { pattern: 'common/**/*.js', included: false }, -- 2.39.5