We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dabed4 commit 97587a8Copy full SHA for 97587a8
package.json
@@ -8,8 +8,7 @@
8
"build:pug": "node scripts/build-pug.js",
9
"build:scripts-scss": "node scripts/build-scripts-scss.js",
10
"clean": "node scripts/clean.js",
11
- "start": "npm run build && node scripts/start.js",
12
- "start:debug": "npm run build && node scripts/start-debug.js"
+ "start": "npm run build && node scripts/start.js"
13
},
14
"repository": {
15
"type": "git",
scripts/sb-watch.js
@@ -1,6 +1,5 @@
1
"use strict";
2
3
-const _ = require("lodash");
4
const chokidar = require("chokidar");
5
const upath = require("upath");
6
const renderAssets = require("./render-assets");
scripts/start-debug.js
0 commit comments