Hi Omar, On devstack, you should be able to refresh your page in the browser and the updates will be picked up as there is no caching. For full stack/production, you need to use the update_assets command to regenerate all the static assets into the correct directory to be served up by Django:
https://openedx.atlassian.net/wiki/display/OpenOPS/Managing+OpenEdX+Tips+and+Tricks#ManagingOpenEdXTipsandTricks-Compileassetsmanually In general, you should use devstack when making changes because it is a much quicker turnaround for development. Once your changes are working locally, you can then deploy them to your production environment. I hope this helps. - Andy On Thu, Apr 13, 2017 at 7:44 AM, Omar Sefiani <[email protected]> wrote: > Hello, > > I try to update a javascript file in edx/lms/static/js and i don't have a > result in browser although i restart edx app. > > can you help me please? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "General Open edX discussion" group. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/edx-code/63ef6152-1caf-4a4e-8cd0-cf6f0c6b81c4%40googlegroups.com > <https://groups.google.com/d/msgid/edx-code/63ef6152-1caf-4a4e-8cd0-cf6f0c6b81c4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- *Andy Armstrong* edX | UI Architect | [email protected] 141 Portland Street, 9th floor Cambridge, MA 02139 http://www.edx.org <http://www.edxonline.org/> [image: http://www.e-learn.nl/media/blogs/e-learn/edX_Logo_Col_RGB_FINAL.jpg?mtime=1336074566] -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/CAG2ZmnDgnvi5TcE%2BOGRkrG8%2BNqTtiAcwQ8v%3Dt1%3DwPKRdfNEwUg%40mail.gmail.com.
