diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-03-25 15:25:15 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-03-25 15:25:15 +0600 |
commit | 7e467dc73e3b09ef1e94316750af5ee4861f7ab0 (patch) | |
tree | 5a5751e4a57a19b28e42cd3127551c869c81efcc | |
parent | 1c3cbb0af1a1294d2d3c672ee35f10008bee2ac7 (diff) | |
download | sonarqube-7e467dc73e3b09ef1e94316750af5ee4861f7ab0.tar.gz sonarqube-7e467dc73e3b09ef1e94316750af5ee4861f7ab0.zip |
Fix build
-rw-r--r-- | sonar-server/karma.conf.js | 5 |
1 files changed, 1 insertions, 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 }, |