Skip to content

Commit 2c5829e

Browse files
committed
Split into separate targets.
1 parent d3361dc commit 2c5829e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

priv/make/gen.mk

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ SASS = bundle exec sass --no-cache -f --trace
66
SASS_MIN = $(SASS) --style compressed
77
SASS_WATCH = bundle exec sass --no-cache --watch --trace
88

9-
sass:
9+
sass-deps:
1010
sudo gem update --system
1111
sudo gem install bundler
12+
13+
sass:
1214
@cd $(SASS_DIR) && bundler install --path=.
1315

1416
css:

0 commit comments

Comments
 (0)