1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 09:54:24 +04:00

version update

This commit is contained in:
codecalm
2020-02-22 12:38:47 +01:00
parent 9b552243f5
commit 9f820f6b73
14 changed files with 137 additions and 45 deletions

5
build/unused-files.js Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env node
const glob = require("glob"),
fs = require("fs");
@@ -22,6 +24,3 @@ includeFiles.forEach(function (file) {
console.log('file', file);
}
});
// console.log('foundFiles', foundFiles);
// console.log('includeFiles', includeFiles);