You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This repository is hosting alpha AMD plugins that will be used in Dojo 2. The content of this repository is highly unstable, untested and may vary without notice.
3
+
AMD plugins for RequireJS.
4
4
5
-
## maybe.js
5
+
## Status
6
6
7
-
This plugin purpose is to load a file if it exists, while not blocking the loader if it does not. If the module was not found, it will be `undefined`.
8
-
This plugin should work with RequireJS and Dojo.
7
+
No official release yet.
9
8
10
-
## i18n.js
11
-
12
-
This plugin is based on requirejs i18n but modified to support nls built layer.
9
+
## Migration
13
10
14
11
## Licensing
15
12
16
-
This project is distributed by the Dojo Foundation and licensed under the ["New" BSD License](https://github.com/dojo/dojo/blob/master/LICENSE#L13-L41).
13
+
This project is distributed by the Dojo Foundation and licensed under the ["New" BSD License](./LICENSE).
17
14
All contributions require a [Dojo Foundation CLA](http://dojofoundation.org/about/claForm).
15
+
16
+
## Dependencies
17
+
18
+
This project requires the following other project to run:
0 commit comments