Skip to content

Commit

Permalink
Change URLs from "Substack" (someones personal site & acc) to "browse…
Browse files Browse the repository at this point in the history
…rify" (#369)

* Change URLs to browserify

* fixup

* Change URLs to browserify

* Update package.json

Co-Authored-By: Renée Kooi <renee@kooi.me>

* Update readme.markdown

Co-Authored-By: Renée Kooi <renee@kooi.me>
  • Loading branch information
soryy708 and goto-bus-stop committed Sep 27, 2019
1 parent bd2f677 commit f79e59f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -26,9 +26,9 @@
},
"repository": {
"type": "git",
"url": "git://github.com/substack/watchify.git"
"url": "git://github.com/browserify/watchify.git"
},
"homepage": "https://github.com/substack/watchify",
"homepage": "https://github.com/browserify/watchify",
"keywords": [
"browserify",
"browserify-tool",
Expand Down
6 changes: 3 additions & 3 deletions readme.markdown
Expand Up @@ -90,7 +90,7 @@ var watchify = require('watchify');

## watchify(b, opts)

watchify is a browserify [plugin](https://github.com/substack/node-browserify#bpluginplugin-opts), so it can be applied like any other plugin.
watchify is a browserify [plugin](https://github.com/browserify/browserify#bpluginplugin-opts), so it can be applied like any other plugin.
However, when creating the browserify instance `b`, **you MUST set the `cache`
and `packageCache` properties**:

Expand All @@ -107,7 +107,7 @@ var b = browserify({
});
```

**By default, watchify doesn't display any output, see [events](https://github.com/substack/watchify#events) for more info.**
**By default, watchify doesn't display any output, see [events](https://github.com/browserify/watchify#events) for more info.**

`b` continues to behave like a browserify instance except that it caches file
contents and emits an `'update'` event when a file changes. You should call
Expand Down Expand Up @@ -240,7 +240,7 @@ to get just the library.

## rebuilds on OS X never trigger

It may be related to a bug in `fsevents` (see [#250](https://github.com/substack/watchify/issues/205#issuecomment-98672850)
It may be related to a bug in `fsevents` (see [#250](https://github.com/browserify/watchify/issues/205#issuecomment-98672850)
and [stackoverflow](http://stackoverflow.com/questions/26708205/webpack-watch-isnt-compiling-changed-files/28610124#28610124)).
Try the `--poll` flag
and/or renaming the project's directory - that might help.
Expand Down

0 comments on commit f79e59f

Please sign in to comment.