aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-02 16:47:45 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-02 16:47:45 +0200
commit49f2651803eb04e700e56d5d98b3914c62551ea3 (patch)
tree177d2e50966fa99128155148077f24125e3740f7 /server/sonar-web/Gruntfile.coffee
parent4490f3161107ad197c736125c2ca551a1525c7d8 (diff)
parent8ab0ef45e6b300334be8b8e6c9c27fed9b0d7224 (diff)
downloadsonarqube-49f2651803eb04e700e56d5d98b3914c62551ea3.tar.gz
sonarqube-49f2651803eb04e700e56d5d98b3914c62551ea3.zip
Merge pull request #346 from SonarSource/feature/groups-ui
SONAR-6602 refactor groups page
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index ff402d13cb0..fc55da5fceb 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -123,6 +123,7 @@ module.exports = (grunt) ->
'build-app:coding-rules'
'build-app:computation'
'build-app:drilldown'
+ 'build-app:groups'
'build-app:markdown'
'build-app:measures'
'build-app:nav'
@@ -156,6 +157,7 @@ module.exports = (grunt) ->
'casper:ui'
'casper:workspace'
'casper:users'
+ 'casper:groups'
'casper:provisioning'
'casper:computation'
]
@@ -215,6 +217,9 @@ module.exports = (grunt) ->
'<%= BUILD_PATH %>/js/apps/users/templates.js': [
'<%= SOURCE_PATH %>/js/apps/users/templates/**/*.hbs'
]
+ '<%= BUILD_PATH %>/js/apps/groups/templates.js': [
+ '<%= SOURCE_PATH %>/js/apps/groups/templates/**/*.hbs'
+ ]
'<%= BUILD_PATH %>/js/apps/provisioning/templates.js': [
'<%= SOURCE_PATH %>/js/apps/provisioning/templates/**/*.hbs'
]
@@ -319,6 +324,8 @@ module.exports = (grunt) ->
src: ['src/test/js/provisioning*.js']
computation:
src: ['src/test/js/computation*.js']
+ groups:
+ src: ['src/test/js/groups-spec.js']
uglify:
build: