|
@@ -12,9 +12,14 @@ Lite mite wrapping basic DOM for Amber Smalltalk
|
|
|
- ``grunt devel``
|
|
|
- Start server with `amber serve` and go to `http://localhost:4000/`
|
|
|
|
|
|
-This makes modules from `amber/domite` namespace loadable and you can add them
|
|
|
-to `imports:` section of your packages, eventually into `deploy.js` / `devel.js`,
|
|
|
-though former is preferred because of easier deployment process.
|
|
|
+This makes modules from `amber/domite` namespace loadable.
|
|
|
+
|
|
|
+To do so in the Helios IDE change the `imports:` section of your packages which use ``Domite`` to
|
|
|
+`imports: {'amber/domite/DOMite'}`.
|
|
|
+
|
|
|
+Or you may add it to the `deploy.js` / `devel.js` files.
|
|
|
+The former is preferred because of an easier deployment process.
|
|
|
+
|
|
|
|
|
|
## Contributing
|
|
|
|