UNPKG
sourcecat
Version:
latest (1.1.0)
1.1.0
1.0.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Concatenate the source files of a project
github.com/DamonOehlman/sourcecat
DamonOehlman/sourcecat
sourcecat
/
test
/
all.js
5 lines
(4 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
var
combine =
require
(
'./helpers/combine'
);
var
test =
require
(
'tape'
);
test
(
'simple'
, combine);
test
(
'custom-order'
, combine);