Skip to content

Commit 19c059a

Browse files
committed
enh: switch to sass
Signed-off-by: Gary Kim <gary@garykim.dev>
1 parent 3dd6b31 commit 19c059a

File tree

3 files changed

+710
-38
lines changed

3 files changed

+710
-38
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ source_build_directory=$(CURDIR)/build/artifacts/source
44
source_package_name=$(source_build_directory)/$(app_name)
55
appstore_build_directory=$(CURDIR)/build/artifacts/appstore
66
appstore_package_name=$(appstore_build_directory)/$(app_name)
7-
npm=$(shell which npm 2> /dev/null)
7+
npm?=$(shell which npm 2> /dev/null)
8+
node?=$(shell which node 2> /dev/null)
89
SHELL = /bin/bash
910

1011
all: dev-setup build

0 commit comments

Comments
 (0)