From e7e1494e3384cc5904fb79a7f6c0f5a8776f1718 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 2 May 2015 10:36:03 +0100 Subject: Change build system to make This is shorter, simpler, and works without random hacky javascript. The Makefile also now incorporates the download-libraries script, and will either use the system versions of leaflet and jquery if available, or attempt to download them from the web. The following web pages were helpful: http://aeflash.com/2014-10/make.html http://vmrob.com/colorized-makefiles/ --- package.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json deleted file mode 100644 index c987bec..0000000 --- a/package.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "maps.southampton.ac.uk", - "version": "0.1.0", - "devDependencies": { - "grunt": "~0.4.5", - "grunt-contrib-concat": "~0.5.0", - "grunt-contrib-uglify": "~0.5.0", - "grunt-contrib-cssmin": "~0.10.0", - "grunt-contrib-copy": "~0.5.0", - "grunt-contrib-clean": "~0.6.0" - } -} -- cgit v1.2.3