From: Stas Vilchik Date: Fri, 20 Feb 2015 15:15:58 +0000 (+0100) Subject: add static mapping for express X-Git-Tag: 5.1-RC1~95^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0bc92fe9c9ac95ce8400ef1a1718c12e7c6385e0;p=sonarqube.git add static mapping for express --- 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 %>'