1
0
Ver Fonte

Add parts desc / uninstall inst for Silk / DOMite.

Herbert Vojčík há 9 anos atrás
pai
commit
7f274a612b
2 ficheiros alterados com 19 adições e 0 exclusões
  1. 7 0
      root/parts.html
  2. 12 0
      root/uninstall.html

+ 7 - 0
root/parts.html

@@ -18,6 +18,13 @@
           providing <code>Web</code> package
           that allows for DOM manipulation
           and is inspired by Seaside.</li>
+      <li><code>amber-contrib-domite</code> module,
+          providing Amber-native DOM wrapper.</li>
+      <li><code>silk</code> module,
+          providing <code>Silk</code> package
+          that allows for DOM manipulation,
+          is meant as alternative to <code>Web</code>
+          and is inspired by stream metaphor and mochikit.</li>
   </ul>
   </body>
 

+ 12 - 0
root/uninstall.html

@@ -30,6 +30,18 @@
           from your CLI.</li>
       <li>You cannot remove just the jQuery wrapper and retain the Web package,
           as it depends on the jQuery wrapper.</li>
+      <li>If you aren't going to use <code>Silk</code>
+          package from <code>silk</code> module,
+          but want to retain <code>DOMite</code> DOM wrapper,
+          you should run <code>bower uninstall silk --save</code>
+          from your CLI.</li>
+      <li>If you aren't going to use the <code>Silk</code>
+          package from the <code>silk</code> module,
+          nor the DOM wrapper from <code>amber-contrib-domite</code>,
+          you should run <code>bower uninstall silk amber-contrib-domite --save</code>
+          from your CLI.</li>
+      <li>You cannot remove just the <code>DOMite</code> DOM wrapper
+          and retain the Silk package, as it depends on <code>domite</code>.</li>
       <li>As the last step, make sure the dependency tree is in a correct state
           by recreating it: first delete your <code>bower_components</code> folder,
           then run <code>bower install</code> from your CLI.</li>