No description
5b6df600a7
Don't include each third party script in a separate <script> tag, rather have one single main.js file require'ing these different scripts. Then `browserify' on main.js which bundles everything into a single bundle.js containing all of the dependencies. Also add these 3rd party scripts such as jquery, jquery-ui, select2 etc. using npm, rather than manually downloading their files from the internet. This should ease the process of managing these front-end dependencies; upgrade process should be very easy now. |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.