• cvtnguyen
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

I have a large archive static resource that I can't individually upload (the files within all reference each other), and I can't change all references to URLFOR($Resource.MyLargeZip, '...').

My main JavaScript file references other JavaScript, CSS, fonts, images, and etc.

The apex tag syntax renders an HTML tag like so (found in the docs): 

"<link rel="stylesheet"  type="text/css" href="[generatedId]/basic.css"/>"

which generates an id folder that I would have to append to every reference in my code which isn't feasible to do.