From 6e73f8acea54426914838dee6f151bc8b39f9212 Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Mon, 20 Apr 2015 14:47:47 +0200 Subject: [PATCH] diff make --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index f04c30b..3860844 100644 --- a/Makefile +++ b/Makefile @@ -9,20 +9,10 @@ JS_CLIENT_FILES= lib/torque/*.js \ lib/torque/leaflet/canvas_layer.js \ lib/torque/leaflet/torque.js -all: dist/torque.js dist/torque.full.js dist/torque.full.uncompressed.js: dist_folder dist/torque.uncompressed.js $(BROWSERIFY) lib/torque/index.js --standalone torque > dist/torque.full.uncompressed.js -dist/torque.full.js: dist_folder dist/torque.full.uncompressed.js - $(UGLIFYJS) dist/torque.full.uncompressed.js > dist/torque.full.js - -dist/torque.uncompressed.js: dist_folder $(JS_CLIENT_FILES) - $(BROWSERIFY) lib/torque/index.js --no-bundle-external --standalone torque > dist/torque.uncompressed.js - -dist/torque.js: dist_folder dist/torque.uncompressed.js - $(UGLIFYJS) dist/torque.uncompressed.js > dist/torque.js - dist_folder: mkdir -p dist