From 8d2fe8ca9c9dd09b65dacb2e55b4594dd6c2a38c Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Fri, 3 Aug 2018 13:17:45 -0400 Subject: [PATCH] Specify public URL for parcel builds --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2d67129..61eddafa 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "ATST Stateless Services", "main": "index.js", "scripts": { - "watch": "parcel watch js/index.js -d static/assets -o index.js --no-autoinstall", - "build": "parcel build js/index.js -d static/assets -o index.js", + "watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall", + "build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "",