Since last update (7th of January), I am not able to load correctly those scripts:

<ltng:require 
  scripts="{! join(',', $Resource.lodash, $Resource.trix, $Resource.quill )}"
  styles="{! join(',', $Resource.trixcss, $Resource.quillcss )}"
  afterScriptsLoaded="{! c.scriptLoaded }"
/>

The action callback from ltng:require is never fired and there are no error messages appearing. Is there a way to be prompt about the failure on the script loading process ?

share|improve this question
1  
An other thing is when I push my code on Salesforce (using developer console or IlluminatedCloud on IntelliJ), nothing is re-build even with 10x refreshing the page.. – Simon Placentino 17 hours ago
    
I'm also facing similar issues since Spring '17. The changes are not reflected even after repeatedly refreshing the page. Really annoying. – SE_User 15 hours ago
    
@SE_User The lockerService is not part of this problem, I tried to disable it without any build success – Simon Placentino 15 hours ago
    
I did not mean nor mention anything about Locker Service in my previous comment. :) – SE_User 13 hours ago
up vote 12 down vote accepted

There is an issue with static resources in Spring'17 that is activelit being worked on. The issue is being tracked in R&D by W-3615844 if you want to reference this in any communication with support. This will be fixed asap - once we have the fix it will go out immediately (emergency release candidate already).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.