From 7953c886a825fa7fbf470a285c8d8ca43d4769eb Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 13 Jul 2016 23:12:25 -0700 Subject: [PATCH] scripts: copy static assets --- scripts/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/package.sh b/scripts/package.sh index 2316dc65..a40d5a9c 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -19,6 +19,7 @@ npm install npm run lint npm run build cd - +cp -r app/assets build/ cp app/index.html build/ cp -r app/dist build/ mkdir dist