UNPKG
quakeml-parser-js
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Quakeml Parser for JavaScript
earthquake.usgs.gov
usgs/quakeml-parser-js
quakeml-parser-js
/
gruntconfig
/
copy.js
17 lines
(11 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
'use strict'
;
var
config =
require
(
'./config'
);
var
copy = {
test
: {
expand
:
true
,
cwd
: config.
test
,
src
: [
'**/*.html'
],
dest
: config.
build
+
'/'
+ config.
test
} };
module
.
exports
= copy;