Skip to content

Commit

Permalink
More Makefile related cleanup
Browse files Browse the repository at this point in the history
- Remove bench target as we don't have benchmarking for this repo
- Remove old templates (bower.json.tmpl, version.js.tmpl) as we're using scripts (make-bower.sh, make-version.sh) to generate files
  • Loading branch information
cpettitt committed Dec 28, 2017
1 parent bfdb9eb commit 1e389a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ BUILD_FILES = $(addprefix $(BUILD_DIR)/dist/, \

DIRS = $(BUILD_DIR) $(BUILD_DIR)/dist $(BUILD_DIR)/dist/demo

.PHONY: all bench clean browser-test demo-test test dist
.PHONY: all clean browser-test demo-test test dist

all: test

bench: test
@src/bench.js

lib/version.js: package.json
@src/release/make-version.js > $@

Expand Down
26 changes: 0 additions & 26 deletions src/bower.json.tmpl

This file was deleted.

1 change: 0 additions & 1 deletion src/version.js.tmpl

This file was deleted.

0 comments on commit 1e389a3

Please sign in to comment.