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
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,15 @@
1
-
# d-amd-plugins
1
+
# require-plugins
2
2
3
-
> This repository is hosting alpha AMD plugin that will be used in Dojo 2. The content of this repository is highly unstable, untested and may vary without notice.
3
+
> 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.
4
4
5
5
## maybe.js
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 falsy.
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
8
This plugin should work with RequireJS and Dojo.
9
9
10
10
## i18n.js
11
11
12
-
This plugin is based on requirejs i18n.
13
-
* see: http://github.com/requirejs/i18n for details
14
-
15
-
## loadNlsAndLayer.js
16
-
17
-
This plugin is used to load layer files output by the Dojo 2 build system.
18
-
12
+
This plugin is based on requirejs i18n but modified to support nls built layer.
Very basic web amd application to test grunt-amd-build plugin
4
+
## Setup
5
+
Before starting, install Intern, Grunt and RequireJS by running
4
6
5
-
## Getting Started
7
+
```
8
+
$ npm install
9
+
```
6
10
7
-
After cloning the repo, install all the dependencies using npm:
11
+
## Running the unit and functional tests locally
8
12
9
-
$ npm install
10
-
13
+
1) Download selenium server 2.37.0 (http://www.seleniumhq.org/download/) and start it on the default port (4444):
11
14
12
-
## Running the build
13
-
TODOC
15
+
```
16
+
$ java -jar selenium-server-standalone-2.37.0.jar
17
+
```
14
18
15
-
## Launching the application
16
-
TODOC
19
+
2) Edit local.js to list which browsers to test
17
20
18
-
## Results
19
-
TODOC
21
+
3) Run the tests:
20
22
21
-
## Licensing
22
-
23
-
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).
24
-
All contributions require a [Dojo Foundation CLA](http://dojofoundation.org/about/claForm).
0 commit comments