Skip to content

Commit

Permalink
Remove javasript and stylesheets dirs and replace with resources
Browse files Browse the repository at this point in the history
* resources is a git submodule pointing to the converse.js repo
* Also update jsregistry.xml and cssregistry.xml to deal with the change
* Add an upgrade step for this
  • Loading branch information
jcbrand committed Nov 20, 2012
1 parent 4957a8b commit a6f4125
Show file tree
Hide file tree
Showing 83 changed files with 20 additions and 34,343 deletions.
10 changes: 2 additions & 8 deletions src/collective/xmpp/chat/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@
i18n_domain="collective.xmpp.chat">

<browser:resourceDirectory
name="collective.xmpp.chat.stylesheets"
directory="stylesheets"
layer=".interfaces.IXMPPChatLayer"
/>

<browser:resourceDirectory
name="collective.xmpp.chat.javascripts"
directory="javascripts"
name="collective.xmpp.chat.resources"
directory="resources"
layer=".interfaces.IXMPPChatLayer"
/>

Expand Down
Loading

0 comments on commit a6f4125

Please sign in to comment.