mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
369c00e1c1
commit
1ce773fb93
@ -163,20 +163,6 @@
|
||||
|
||||
SHELL := bash
|
||||
|
||||
# set path to use local tools...
|
||||
# NOTE this does not affect where make is seraching for commands...
|
||||
# XXX this breaks which when looking for egrep/fgrep...
|
||||
#export PATH := $(shell pwd)/node_modules/.bin/:$(PATH)
|
||||
|
||||
|
||||
# Warn user...
|
||||
#
|
||||
# This is mainly due to npx needing to cache things...
|
||||
IGNORE := $(if $(filter node_modules,$(wildcard *)),, \
|
||||
$(info Missing ./node_modules/: Running make on a clean repository \
|
||||
may take some time... ))
|
||||
|
||||
|
||||
|
||||
# variables...
|
||||
|
||||
@ -199,6 +185,12 @@ COMMIT := $(strip $(shell git rev-parse HEAD))
|
||||
NPX := npx --yes
|
||||
|
||||
|
||||
# Warn user...
|
||||
IGNORE := $(if $(filter node_modules,$(wildcard *)),, \
|
||||
$(info Missing ./node_modules/: Running make on a clean repository \
|
||||
may take some time... ))
|
||||
|
||||
|
||||
# less...
|
||||
#
|
||||
LESSC := $(NPX) lessc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user