Skip to content

Commit

Permalink
vim noob moment
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
brzpegasus committed Mar 8, 2015
1 parent 11964fe commit f60f81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/node-webkit/files/vendor/node-webkit/reload.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(function() {
if (!window.nwdispatcher) return;
if (!window.nwDispatcher) return;

// Reload the page when anything in `dist` changes
var fs = window.requirenode('fs');
var fs = window.requireNode('fs');

fs.watch('./dist', function() {
window.location.reload();
Expand Down

0 comments on commit f60f81d

Please sign in to comment.