diff --git a/build/scss-compile.js b/build/scss-compile.js index f1ee59c7001e8931c92a61af69fa78742526a5ed..9336be7a6821af0289b5fee1756fccc510133f18 100644 --- a/build/scss-compile.js +++ b/build/scss-compile.js @@ -6,8 +6,6 @@ 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'); diff --git a/package.json b/package.json index ab4c1483e1a917c0405f7b59ddd2e51bbcd10cb3..c62239d85571fac8e810d0e4e7a672d3e6bf9dbd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "watch": "npm-run-all --parallel watch-*", "watch-css": "nodemon --watch scss/ --ext scss --exec \"npm run css-main\"", "watch-js": "nodemon --watch js/ --ext js --exec \"npm run js-compile-standalone\"", - "js": "npm-run-all js-compile js-minify", + "js": "npm-run-all js-compile", "js-lint": "eslint --cache --cache-location .cache/.eslintcache js build/", "js-compile": "npm-run-all --sequential js-compile-*", "js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap",