From 6d79a8e23a3cf55fd76c832af2204c40acbb9f9d Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 4 Feb 2019 19:13:51 +0100 Subject: [PATCH] Rebuild node-sass before using it It avoids an error for x86 win32 builds on x64 platforms: `Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x` Change-type: patch --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 27183969..efed87ae 100644 --- a/Makefile +++ b/Makefile @@ -181,6 +181,7 @@ webpack: .PHONY: $(TARGETS) sass: + npm rebuild node-sass node-sass lib/gui/app/scss/main.scss > lib/gui/css/main.css lint-js: