From bb83ebcbbc2c867bc7b328ab0a3951c3cd950a9f Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 5 Jan 2020 16:13:26 +0100 Subject: [PATCH] fix development --- build/browsersync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/browsersync.js b/build/browsersync.js index b2765f6c..86c38c0d 100755 --- a/build/browsersync.js +++ b/build/browsersync.js @@ -15,7 +15,7 @@ bs.init({ '/dist': 'tmp-dist', '/libs': 'static/libs', '/tmp-dist/img': 'img', - '/static': 'static/img', + '/static': 'static', '/node_modules': 'node_modules', }, }, -- GitLab