prvi
This commit is contained in:
9
ZpcBulletinBoard/wwwroot/lib/spin/Makefile
Normal file
9
ZpcBulletinBoard/wwwroot/lib/spin/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
all:
|
||||
@mkdir -p dist
|
||||
@cp spin.js dist/
|
||||
@uglifyjs -mt --unsafe -o dist/spin.min.js spin.js
|
||||
|
||||
clean:
|
||||
@rm -r dist
|
||||
|
||||
.PHONY: clean all
|
||||
Reference in New Issue
Block a user