简体   繁体   中英

How do I get my Etherpad changes to show up?

I change files like /etherpad/trunk/infrastructure/ace/www/ace2_inner.js and then run /etherpad/trunk/etherpad/rebuildjar.sh and yet when I run it again everything looks the same. Is there a trick I'm missing?

I've also tried running rebuildjar.sh with clearcache to no avail.

Always clear the browser cache properly after changing the etherpad files. Otherwise none of your changes will show up.

Look at bin/build.sh and track down which scripts are called directly and which scripts are called via subscripts. The whole thing is a mess:/

ace2_inner is perhaps one of the autogenerated.js files? What you need to do is read the first 10-20 lines of every source code file before you edit it, to make sure you're not editing an autogenerated file. If you don't know the structure, then use bin/build.sh every time until you learn how to handle the source code. (This advice isn't actually etherpad-specific:) And then make sure you've STOPPED all etherpad servers before starting up a new one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM