envjs / env-js

A pure-JavaScript browser environment.
http://www.envjs.com/
87 stars 19 forks source link

cant add require.paths because of how envjs 1.3 puts requires before user can add paths #14

Open thatcher opened 13 years ago

thatcher commented 13 years ago

currently the require definition is followed directly by use of require to load envjs. this prevents the user from being able to add paths to the require directive for where they want envjs to load from.