Jump to content

JS not re-compiled after app update


Numbered

Recommended Posts

Hello friends.

Found little issue. If you have your app with some data-controller (and js file in right place inside /application/<app>/dev/...) then when you download app with rebuild current version and then upload it to production forum - then js in this app is not rebuild. I am not sure. May be this is valid. But all other things updated well with rebuild and without version up.

So, fix for that - add params

&app=core&module=applications&controller=applications&appKey=<your_app_key>&do=compilejs

to you admin logged address 

https://example.com/admin/?adsess=147e85f09c1f564651567sdferetd574

for this result:

https://example.com/admin/?adsess=147e85f09c1f564651567sdferetd574&app=core&module=applications&controller=applications&appKey=<your_app_key>&do=compilejs

 

And all ok. JS rebuilded (without IN_DEV define and support files) on production well. All work.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...