UNPKG

quakeml-parser-js

Version:

Quakeml Parser for JavaScript

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