Merge pull request #1385 from saghul/make-update-deps

build: remove no longer needed Makefile rule
This commit is contained in:
Дамян Минков
2017-03-24 10:13:47 -05:00
committed by GitHub
+1 -7
View File
@@ -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