Watch for changes and run tests during development using grunt watch
.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user