My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
Comments
-
Not the best workaround but you could convert the file to a 'custom module' that exports the text from the file and use require to load it when needed. I haven't tested this approach yet but you could also try creating an AMDConfig file to specify the root for your module before loading the file…