File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Set of AMD plugins for RequireJS. It contains the following plugins:
4
4
5
+ * [ css] ( #css )
5
6
* [ has] ( #has )
6
7
* [ i18n] ( #i18n )
7
8
* [ jquery] ( #jquery )
@@ -41,8 +42,15 @@ Then install dependencies with bower (or manually from github if you prefer to):
41
42
$ bower install
42
43
43
44
45
+ ## css
46
+ This plugin will load and wait for a css file. CSS loaded with this plugin can be overwritten by
47
+ user-defined style sheet, using ` <link> ` or ` <style> ` tag.
48
+
49
+ See [ docs/css.md] ( ./docs/css.md ) for documentation.
50
+
44
51
## has
45
- This plugin provides an extensible API to manage feature detection.
52
+ This plugin provides an extensible API to manage feature detection. It also implements the
53
+ [ requirejs plugin api] ( http://requirejs.org/docs/plugins.html ) to provide conditional module loading.
46
54
47
55
See [ docs/has.md] ( ./docs/has.md ) and [ samples/has.html] ( ./samples/has.html ) for documentation and sample.
48
56
@@ -60,10 +68,3 @@ See [docs/jquery.md](./docs/jquery.md) for documentation.
60
68
This plugin allows to require modules that may or may not exist.
61
69
62
70
See [ docs/maybe.md] ( ./docs/maybe.md ) and [ samples/maybe.html] ( ./samples/maybe.html ) for documentation and sample.
63
-
64
-
65
-
66
- ## Credits
67
-
68
- * Clément Mathieu (IBM CCLA)
69
-
You can’t perform that action at this time.
0 commit comments