Skip to content

Commit

Permalink
watchify doesn't play nice with linux
Browse files Browse the repository at this point in the history
  • Loading branch information
focusaurus committed Apr 26, 2014
1 parent 9a9e500 commit 52040ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
4 changes: 0 additions & 4 deletions app/site/browserifyBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ function cache() {
}));
}

if (config.browserifyDebug) {
bundle = require("watchify")();
bundle.on("update", build);
}
[
"angular",
"angular-sanitize",
Expand Down
45 changes: 0 additions & 45 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"raw-body": "^1.1.3",
"sharify": "0.1.3",
"stylus": "^0.42.3",
"watchify": "^0.8.2",
"zeroclipboard": "^1.3.5"
},
"devDependencies": {
Expand All @@ -59,4 +58,4 @@
"w3c-validate": "0.0.2",
"npm-pkgr": "^0.1.0"
}
}
}

0 comments on commit 52040ac

Please sign in to comment.