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
when im trying to build an app with dependencies linked relative out of an symlinked directory, r.js uses the current absolute system path instead of the virtual path.
building out of "/web/www_app2/webroot/" with a path set to an relative upper folder like "../lib/" wont work, because "grunt-requirejs" or "r.js" resolve the current dir as a absolute system path.
"../" in "/web/www_app2/webroot/" would go straight to "/coding/app/" instead of "/web/www_app2/"
The text was updated successfully, but these errors were encountered:
when im trying to build an app with dependencies linked relative out of an symlinked directory, r.js uses the current absolute system path instead of the virtual path.
Folder Structure:
building out of "/web/www_app2/webroot/" with a path set to an relative upper folder like "../lib/" wont work, because "grunt-requirejs" or "r.js" resolve the current dir as a absolute system path.
"../" in "/web/www_app2/webroot/" would go straight to "/coding/app/" instead of "/web/www_app2/"
The text was updated successfully, but these errors were encountered: