This commit is contained in:
asep komarudin 2023-01-15 00:19:37 +07:00
parent e53a643e3d
commit 1ab37bd478
209 changed files with 79957 additions and 0 deletions

View file

@ -0,0 +1,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"