mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor aesthetic tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e910f45ccf
commit
7d51f55a65
@ -216,7 +216,7 @@ APP_VERSION := $(strip $(shell \
|
|||||||
|| echo $(VERSION_FALLBACK)))
|
|| echo $(VERSION_FALLBACK)))
|
||||||
VERSION := $(APP_VERSION)
|
VERSION := $(APP_VERSION)
|
||||||
DATE := $(strip $(shell date "+%Y%m%d%H%M"))
|
DATE := $(strip $(shell date "+%Y%m%d%H%M"))
|
||||||
COMMIT := $(strip $(shell git rev-parse HEAD))
|
COMMIT := $(strip $(shell git rev-parse HEAD 2> /dev/null))
|
||||||
|
|
||||||
# if node_modules does not exist, set FIRST_RUN to 1...
|
# if node_modules does not exist, set FIRST_RUN to 1...
|
||||||
FIRST_RUN := $(if $(filter node_modules,$(wildcard *)),,1)
|
FIRST_RUN := $(if $(filter node_modules,$(wildcard *)),,1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user