ffffng/app/bower_components/angular-leaflet-directive/grunt/watch.json

10 lines
205 B
JSON
Raw Normal View History

2016-05-16 13:33:49 +02:00
{
"options": {
"livereload": 7777
},
"fast": {
"files": [ "src/**/*.js", "test/unit/**.js", "test/unit/**.coffee", "test/e2e/**.js" ],
"tasks": [ "fast-build" ]
}
}