|
@@ -10,13 +10,7 @@ STYLES_DESTINATION = css/all.css
|
10
|
10
|
STYLES_MAIN = css/main.scss
|
11
|
11
|
WEBPACK = ./node_modules/.bin/webpack
|
12
|
12
|
|
13
|
|
-all: update-deps compile deploy clean
|
14
|
|
-
|
15
|
|
-# FIXME: there is a problem with node-sass not correctly installed (compiled)
|
16
|
|
-# a quick fix to make sure it is installed on every update
|
17
|
|
-# the problem appears on linux and not on macosx
|
18
|
|
-update-deps:
|
19
|
|
- $(NPM) update && $(NPM) install node-sass
|
|
13
|
+all: compile deploy clean
|
20
|
14
|
|
21
|
15
|
compile:
|
22
|
16
|
$(WEBPACK) -p
|