diff --git a/build.default.json b/build.default.json index 99d0d79f..e4230c83 100644 --- a/build.default.json +++ b/build.default.json @@ -7,7 +7,7 @@ }, "execute": { "command": "webpack", - "arguments": ["--entry","script/main.es6", "-o", "www/script.js", "--devtool", "source-map", "--mode", "production"] + "arguments": ["--entry","./script/main.es6", "-o", "www/script.js", "--devtool", "source-map", "--mode", "production"] } }, @@ -27,7 +27,7 @@ }, "execute": { "command": "sass", - "arguments": ["style/main.scss", "www/style.css"] + "arguments": ["./style/main.scss", "www/style.css"] } },