Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-08 15:58:40 +04:00
parent c339fd0694
commit 1271b3bddd

View File

@ -6,6 +6,10 @@
# - PhoneGap-remote
# push and api call to fetch and rebuild
# - PhoneGap-local XXX
#
APP_NAME=ImageGrid.Viewer
# process LESS files to CSS...
%.css: %.less
@ -16,8 +20,6 @@
uglifyjs $< -c -o $@
APP_NAME=ImageGrid.Viewer
# get all the .less files to process...
CSS_FILES := $(patsubst %.less,%.css,$(wildcard *.less))