提交 a38dfb16 编写于 作者: C codecalm

build fix

上级 b7b1bb5d
......@@ -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');
......
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册