Skip to content

Commit 720ad5d

Browse files
committed
Turned on live reload by default locally
1 parent 9268f91 commit 720ad5d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

config/local/assets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
3+
"live_reload": true
4+
5+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"normalize.css": "^8.0.1",
3333
"ouch": "^2.0.0",
3434
"svgo": "^1.3.0",
35-
"uglify-js": "^3.6.0"
35+
"uglify-js": "^3.6.0",
36+
"ws": "^7.1.1"
3637
},
3738
"engines": {
3839
"node": ">=10.0"

0 commit comments

Comments
 (0)