1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

bootstrap upgrade

This commit is contained in:
codecalm
2019-07-29 22:53:42 +02:00
parent e9831da807
commit d926bd48da
4 changed files with 9 additions and 5 deletions

View File

@@ -6,9 +6,11 @@ const path = require('path'),
sass = require("node-sass");
glob("scss/tabler*.scss", {}, function (er, files) {
console.log('files', files);
files.forEach(function(file){
var basename = path.basename(file, '.scss');
sass.render(
{
file: file,
@@ -30,6 +32,8 @@ glob("scss/tabler*.scss", {}, function (er, files) {
console.log(error);
}
});
} else {
throw error;
}
}
);