Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33828 from scottwu/1131514-remove-watcher-monitor
Browse files Browse the repository at this point in the history
Bug 1131514 - Removed watcher.js and monitor.js from Build system, r=@rickychien
  • Loading branch information
Scott Wu committed Jan 12, 2016
2 parents 8ceec0a + 53e9632 commit 3c97d6a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 241 deletions.
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -1134,7 +1134,3 @@ build-test-unit-coverage: $(NPM_INSTALLED_PROGRAMS)
.PHONY: docs
docs: $(NPM_INSTALLED_PROGRAMS)
gulp docs

.PHONY: watch
watch: $(NPM_INSTALLED_PROGRAMS)
node build/watcher.js
159 changes: 0 additions & 159 deletions build/monitor.js

This file was deleted.

65 changes: 0 additions & 65 deletions build/test/unit/watcher_test.js

This file was deleted.

11 changes: 0 additions & 11 deletions build/watcher.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -64,8 +64,7 @@
"taskcluster-client": "^0.23.2",
"taskcluster-npm-cache": "^1.3.1",
"test-agent": "^0.28.2",
"uuid": "^2.0.1",
"watch": "^0.16.0"
"uuid": "^2.0.1"
},
"dependencies": {
"diveSync": "^0.3.0",
Expand Down

0 comments on commit 3c97d6a

Please sign in to comment.