Skip to content

Commit 9a08a03

Browse files
committed
Incorporate modified darcyclarke/Detect.js for browser/device detection
1 parent 1ccbbd4 commit 9a08a03

File tree

8 files changed

+1439
-561
lines changed

8 files changed

+1439
-561
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
SRC = $(wildcard lib/*.js)
1+
SRC = $(wildcard src/*.js)
22
BINS = node_modules/.bin
33
DUO = $(BINS)/duo
44
MINIFY = $(BINS)/uglifyjs
55

6+
#
7+
# Default target.
8+
#
9+
10+
default: amplitude.js
11+
612
#
713
# Clean.
814
#

0 commit comments

Comments
 (0)