HenrikJoreteg / moonboots

A set of conventions and tools for bundle and serving clientside apps with node.js
159 stars 20 forks source link

Possible fix for #39 #40

Closed mikehedman closed 9 years ago

mikehedman commented 9 years ago

I was able to reproduce the issue described in https://github.com/HenrikJoreteg/moonboots/issues/39 By restarting my Ampersand project (the sample project), and then refreshing the browser.
By making the change in this PR, the error does not happen, and it appears that the app is working properly. Caveat as big as a freight train: I am new to Ampersand, Browserify, and Moonboots ... so this PR is offered only as a suggestion, not an exhaustively tested Fix.

wraithgar commented 9 years ago

This looks like it needs to be part of a much larger transfer to browserify 5. I'll make an issue for that.