From 92efbcd0741e7a629c5ec73199e8c2be85406b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Mon, 15 Oct 2018 14:20:55 -0500 Subject: [PATCH] Updated CSS script for prod --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99b3550..97bceba 100755 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "private": true, "sasslintConfig": ".sasslintrc", "scripts": { - "css": "sass --update app/sass:app/dist --style compressed", + "css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed", "format": "eslint '**/*.js' --fix", "start": "npm run css && NODE_ENV=production node server", "test": "run-s test:*",