]> source.dussan.org Git - sonarqube.git/commitdiff
add static mapping for express 112/head
authorStas Vilchik <vilchiks@gmail.com>
Fri, 20 Feb 2015 15:15:58 +0000 (16:15 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 20 Feb 2015 15:15:58 +0000 (16:15 +0100)
server/sonar-web/Gruntfile.coffee

index 7b3be526566263471a23371a2f848ffa61a7d9d8..afccb976edd546f7cc3e1a5ed658830308744d5a 100644 (file)
@@ -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 %>'