Skip to content
Snippets Groups Projects
  1. Mar 10, 2021
  2. Mar 03, 2021
  3. Feb 05, 2021
  4. Feb 04, 2021
  5. Jan 25, 2021
  6. Jan 24, 2021
  7. Nov 02, 2020
  8. Jun 18, 2020
  9. Jul 26, 2019
  10. Jan 31, 2019
  11. Jun 26, 2018
  12. Jun 11, 2018
  13. May 14, 2018
  14. May 09, 2018
  15. May 08, 2018
  16. Apr 25, 2018
  17. Apr 24, 2018
  18. Feb 14, 2018
  19. Feb 09, 2018
    • JC Brand's avatar
      Some cleaning up for the day · 4d0bbfde
      JC Brand authored
      - Remove the .gitmodules file.
      - Update readme with install instructions
      - Add `clean` recipe to Makefile
      4d0bbfde
    • JC Brand's avatar
    • JC Brand's avatar
      Add converse.js as NPM dependency to package.json · 527f8124
      JC Brand authored
      Instead of using `git submodules`, you can then use `npm link
      converse.js` to link in an existing checkout of converse.js
      
      Note, before running `npm link converse.js` inside the
      xmpp-chat-component checkout, you'll need to run `npm link` inside the
      converse.js checkout.
      
      Doing it this way removes the need to check out converse.js again
      (via git submodule) when you already have a checkout of converse.js
      somewhere and also makes the NPM dependency on converse.js explicit.
      527f8124
Loading