Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
deps: upgrade to duo 0.7
  • Loading branch information
yields committed Aug 18, 2014
1 parent cbc1dcc commit 2fda11e4211c68c69577049975924d2d48fd0f71
Show file tree
Hide file tree
Showing 5 changed files with 1,455 additions and 211 deletions.
@@ -1,4 +1,4 @@
node_modules/
test/server/pid.txt
components
build
build.js
@@ -11,7 +11,7 @@ SRC = $(wildcard lib/*.js)
MINIFY = $(BINS)/uglifyjs
PID = test/server/pid.txt
BINS = node_modules/.bin
BUILD = build/build.js
BUILD = build.js
DUO = $(BINS)/duo
DUOT = $(BINS)/duo-test

@@ -25,8 +25,8 @@ default: test
# Clean.
#

clean: kill
@-rm -rf components build
clean:
@-rm -rf components $(BUILD)
@-rm analytics.js analytics.min.js
@-rm -rf node_modules npm-debug.log

@@ -68,8 +68,6 @@ test-browser: $(BUILD)
#

.PHONY: clean
.PHONY: kill
.PHONY: kill-all
.PHONY: test
.PHONY: test-browser
.PHONY: test-coverage
@@ -95,4 +93,4 @@ node_modules: package.json
#

$(BUILD): $(TESTS) analytics.js
@$(DUO) --development test/tests.js $(BUILD)
@$(DUO) --development test/tests.js > $(BUILD)

0 comments on commit 2fda11e

Please sign in to comment.