Watch for changes and run tests during development using grunt watch.

This commit is contained in:
Param Aggarwal
2015-08-28 22:15:57 +05:30
parent 68d45b4b9a
commit f9d308f923
2 changed files with 8 additions and 1 deletions

View File

@@ -149,7 +149,12 @@ module.exports = function(grunt) {
javaPackage: {
command: 'jar cf <%= config.distFolder %>/<%= config.libName %>.jar <%= config.javaSource %>'
}
}
},
watch: {
files: ['src/Layout.js'],
tasks: ['ci'],
},
});
// Compiles and runs the Java tests