You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The directory structure of this module is basically exactly what nodejitsu was using in 2011/2012. Things have changed!
It would be cool, for instance, if instead of require('ecstatic').mime you could do require('ecstatic/mime').
It's not strictly necessary to move all of the modules around - can also add shim modules - but we might as well git mv some files while in here. Guessing based on how node handles importing nested thingers that we'd just make the directory structure flat.
The text was updated successfully, but these errors were encountered:
The directory structure of this module is basically exactly what nodejitsu was using in 2011/2012. Things have changed!
It would be cool, for instance, if instead of
require('ecstatic').mime
you could dorequire('ecstatic/mime')
.It's not strictly necessary to move all of the modules around - can also add shim modules - but we might as well git mv some files while in here. Guessing based on how node handles importing nested thingers that we'd just make the directory structure flat.
The text was updated successfully, but these errors were encountered: