]> source.dussan.org Git - sonarqube.git/commitdiff
Fix build
authorStas Vilchik <vilchiks@gmail.com>
Tue, 25 Mar 2014 09:25:15 +0000 (15:25 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 25 Mar 2014 09:25:15 +0000 (15:25 +0600)
sonar-server/karma.conf.js

index de6a2a042a2e50701ad53e88bc38228758fcd75b..8ce085110ce1af3d81f7bae09181701b46641f23 100644 (file)
@@ -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 },