Browse Source

amber-compat-es2015 in parts / uninstall

Herbert Vojčík 8 years ago
parent
commit
a038e1314a
2 changed files with 8 additions and 3 deletions
  1. 3 0
      root/parts.html
  2. 5 3
      root/uninstall.html

+ 3 - 0
root/parts.html

@@ -26,6 +26,9 @@
           is meant as alternative to <code>Web</code>
           and is inspired by stream metaphor and mochikit.</li>
   </ul>
+  <p>Additionally, module <code>amber-compat-es2015</code>
+  is included by default. This polyfills JS Promise for non-modern
+  browsers / old node.js.</p>
   </body>
 
 </html>

+ 5 - 3
root/uninstall.html

@@ -46,10 +46,12 @@
           to <code>Web</code> and/or <code>Silk</code> in <code>libraries</code>
           field(s). Fix those fields to not contain non-existing libraries (optionally
           add other needed ones, like <code>domite</code> or <code>Wrappers-JQuery</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>
   </ul>
+  <p>If you are sure your app will only be run in modern browser / node.js
+      with Promise present, you can <code>bower uninstall amber-compat-es2015 --save</code>.</p>
+  <p>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.</p>
   </body>
 
 </html>