-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtest.js
28 lines (26 loc) · 858 Bytes
/
test.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
var jsonConcat = require("json-concat");
jsonConcat({
src: [
"snippets/types/utility.json",
"snippets/types/modal.json",
"snippets/types/navigation.json",
"snippets/types/carousel.json",
"snippets/types/grid.json",
"snippets/types/buttons.json",
"snippets/types/collapse.json",
"snippets/types/cards.json",
"snippets/types/pagination.json",
"snippets/types/breadcrumb.json",
"snippets/types/content.json",
"snippets/types/forms.json",
"snippets/types/list-group.json",
"snippets/types/progressbar.json",
"snippets/types/fonts.json",
"snippets/types/templates.json"
],
dest: "snippets/bootstrap.json"
}, function (json) {
console.log(json);
});
// "snippets/types/utility.json",
// "snippets/types/templates.json"