How to path javascript changes on production envrionment?

2015-07-06 Thread Xy Sui
Hi,

I would like to patch our reviewboard server with the diff of below review 
request which includes 2 javascript changes
https://reviews.reviewboard.org/r/7186/

So my patch steps are:
   wget http://reviews.reviewboard.org/r/7186/diff/raw/ -O /tmp/r7186.patch
   cd /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.15-py2.7.egg/
   sudo patch -p1 /tmp/r7186.patch

After restart apache, I don't see the target javascript files under 
SITE_ROOT changed, 

To list the files under SITE_ROOT/htdocs/static/rb/js, I always got the 
old modification date:
   -rw-rw-r-- 1 root staff 173950 *May 18 10:53* reviews.min.f40f098c0f34.js

Any idea to trigger uglifyjs or django pipeline to regenerate the 
compressed static files?

Thanks already.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to path javascript changes on production envrionment?

2015-07-06 Thread Xy Sui
Nice. It works after I rebuild the reviewboard egg package.
Thanks!

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.