server/java/settings.gradle
author rougeronj
Thu, 23 Apr 2015 16:37:42 +0200
changeset 423 4f0b6f345564
parent 316 242510015401
permissions -rw-r--r--
add grunt-contrib-watch and a watch task to detect modification of js/css/html and launch the corresping task to build the application again

rootProject.name = 'renkan'
include ':renkan-core'
include ':renkan-web'
include ':renkan-management'

project(':renkan-core').projectDir = "$rootDir/renkan-core" as File
project(':renkan-web').projectDir = "$rootDir/renkan-web" as File
project(':renkan-management').projectDir = "$rootDir/renkan-management" as File