First Initial
This commit is contained in:
12
wwwroot/BackendScript/assets/jquery-easy-pie-chart/Makefile
Normal file
12
wwwroot/BackendScript/assets/jquery-easy-pie-chart/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
dist: all
|
||||
@echo Done
|
||||
|
||||
all:
|
||||
@echo Compiling coffee script
|
||||
coffee -c *.coffee
|
||||
|
||||
watch:
|
||||
@echo Watch coffee script files
|
||||
coffee -w *.coffee
|
||||
|
||||
.PHONY: dist all watch
|
||||
Reference in New Issue
Block a user