UNPKG

282 BJavaScriptView Raw
1'use strict'
2
3module.exports = {
4 workingDir: '.',
5 exclude: ['**/jcr_root/*', '**/@(.git|.svn|.hg|target)', '**/@(.git|.svn|.hg|target)/**'],
6 packmgrPath: '/crx/packmgr/service.jsp',
7 targets: ['http://admin:admin@localhost:4502'],
8 interval: 300,
9 checkBeforeSend: false
10}