From bc60bd23b25839383c627fae3327b9deb73deed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 8 Mar 2017 11:16:24 +0100 Subject: [PATCH] build: remove no longer needed Makefile rule - we now use pinned dependencies, so there is no need to run npm update - AFAICT the node-sass workaround is no longer needed --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 46268710c..2df893d0d 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,7 @@ STYLES_DESTINATION = css/all.css STYLES_MAIN = css/main.scss WEBPACK = ./node_modules/.bin/webpack -all: update-deps compile deploy clean - -# FIXME: there is a problem with node-sass not correctly installed (compiled) -# a quick fix to make sure it is installed on every update -# the problem appears on linux and not on macosx -update-deps: - $(NPM) update && $(NPM) install node-sass +all: compile deploy clean compile: $(WEBPACK) -p