|
@@ -48,10 +48,14 @@
|
|
|
add other needed ones, like <code>domite</code> or <code>Wrappers-JQuery</code>).</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>
|
|
|
+ with Promise present, you can <code>npm uninstall es6-promise --save</code>,
|
|
|
+ then remove <code>es6-promise.amd.json</code> file.</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>
|
|
|
+ then run <code>bower install</code> from your CLI.
|
|
|
+ Similarly, delete your <code>node_modules</code>
|
|
|
+ then run <code>npm install</code> from your CLI.
|
|
|
+ Finally, rerun <code>grunt devel</code>.</p>
|
|
|
</body>
|
|
|
|
|
|
</html>
|