aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-02-20 16:15:58 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-02-20 16:15:58 +0100
commit0bc92fe9c9ac95ce8400ef1a1718c12e7c6385e0 (patch)
tree3d4f331097c31c48337af2f780f6252ab54d3971 /server
parent0206fc12be197cca531bcfce97a8524fe1f0dd4d (diff)
downloadsonarqube-0bc92fe9c9ac95ce8400ef1a1718c12e7c6385e0.tar.gz
sonarqube-0bc92fe9c9ac95ce8400ef1a1718c12e7c6385e0.zip
add static mapping for express
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/Gruntfile.coffee4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index 7b3be526566..afccb976edd 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -1,5 +1,7 @@
module.exports = (grunt) ->
- require('jit-grunt')(grunt);
+ require('jit-grunt')(grunt, {
+ express: 'grunt-express-server'
+ });
pkg = grunt.file.readJSON('package.json')
expressPort = '<%= grunt.option("port") || 3000 %>'