UNPKG

hazdev-webutils

Version:

Utilities commonly used in web applications developed by the EHP HazDev team.

14 lines (11 loc) 234 B
'use strict'; var config = require('./config'); var copy = { test: { expand: true, cwd: config.test, src: ['**/*.html', '**/*.xml', 'jsonp.js'], dest: config.build + '/' + config.test } }; module.exports = copy;