Sha256: 4fb81aa67b43a7df821934eca616ce5026c0906cfa0def00b6142c428963aae5

Contents?: true

Size: 1.06 KB

Versions: 29

Compression:

Stored size: 1.06 KB

Contents

TAPE = ./node_modules/.bin/tape
JSSTYLE_FILES := $(shell find lib test -name "*.js")


all $(TAPE):
	npm install

.PHONY: clean
clean:
	rm -rf examples/*.json examples/*.log

.PHONY: distclean
distclean: clean
	rm -rf node_modules

.PHONY: test
test: | $(TAPE)
	$(TAPE) test/*.test.js

.PHONY: check-jsstyle
check-jsstyle: $(JSSTYLE_FILES)
	./tools/jsstyle -o indent=4,doxygen,unparenthesized-return=0,blank-after-start-comment=0,leading-right-paren-ok $(JSSTYLE_FILES)

.PHONY: check
check: check-jsstyle
	@echo "Check ok."

# Ensure CHANGES.md and package.json have the same version.
.PHONY: versioncheck
versioncheck:
	@echo version is: $(shell cat package.json | json version)
	[[ `cat package.json | json version` == `grep '^## ' CHANGES.md | head -1 | awk '{print $$2}'` ]]

.PHONY: cutarelease
cutarelease: versioncheck
	[[ `git status | tail -n1` == "nothing to commit, working directory clean" ]]
	./tools/cutarelease.py -p trace-event -f package.json

.PHONY: git-hooks
git-hooks:
	[[ -e .git/hooks/pre-commit ]] || ln -s ../../tools/pre-commit.sh .git/hooks/pre-commit

Version data entries

29 entries across 28 versions & 10 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.18.0 test/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.18.2 test/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.16.1 test/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.15.2 test/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.18.4 test/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.18.1 test/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.14.0 test/dummy/node_modules/chrome-trace-event/Makefile
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/chrome-trace-event/Makefile
tang-0.2.1 spec/tang_app/node_modules/chrome-trace-event/Makefile
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/chrome-trace-event/Makefile
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/chrome-trace-event/Makefile
ruby2js-4.0.4 lib/tasks/testrails/node_modules/chrome-trace-event/Makefile
ruby2js-4.0.3 lib/tasks/testrails/node_modules/chrome-trace-event/Makefile
tang-0.2.0 spec/tang_app/node_modules/chrome-trace-event/Makefile
tang-0.1.0 spec/tang_app/node_modules/chrome-trace-event/Makefile
tang-0.0.9 spec/tang_app/node_modules/chrome-trace-event/Makefile
enju_library-0.3.8 spec/dummy/node_modules/chrome-trace-event/Makefile
jester-data-8.0.0 node_modules/chrome-trace-event/Makefile