brew icon indicating copy to clipboard operation
brew copied to clipboard

Support r.js's baseUrl configuration

Open yonilevy opened this issue 13 years ago • 0 comments

r.js allows configuring both an appDir and a baseUrl. Here there's optimizeSourceDir which is similar to appDir, but I can't find an equivalent to baseUrl. The lack of baseUrl means I have change my code to support brew, by prefixing every require module path with what would otherwise be my baseUrl (say js/).

Let me know if I'm missing something.

yonilevy avatar Jun 30 '12 16:06 yonilevy