requirejs-dplugins

WebJar for requirejs-dplugins

License

License

BSD 3-clause
Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

requirejs-dplugins
Last Version

Last Version

0.2.2-dev
Release Date

Release Date

Type

Type

jar
Description

Description

requirejs-dplugins
WebJar for requirejs-dplugins
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/ibm-js/requirejs-dplugins

Download requirejs-dplugins

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/requirejs-dplugins/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>requirejs-dplugins</artifactId>
    <version>0.2.2-dev</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/requirejs-dplugins/
implementation 'org.webjars.bower:requirejs-dplugins:0.2.2-dev'
// https://jarcasting.com/artifacts/org.webjars.bower/requirejs-dplugins/
implementation ("org.webjars.bower:requirejs-dplugins:0.2.2-dev")
'org.webjars.bower:requirejs-dplugins:jar:0.2.2-dev'
<dependency org="org.webjars.bower" name="requirejs-dplugins" rev="0.2.2-dev">
  <artifact name="requirejs-dplugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='requirejs-dplugins', version='0.2.2-dev')
)
libraryDependencies += "org.webjars.bower" % "requirejs-dplugins" % "0.2.2-dev"
[org.webjars.bower/requirejs-dplugins "0.2.2-dev"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

requirejs-dplugins Build Status

Set of AMD plugins for RequireJS. It contains the following plugins:

Status

No official release yet.

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

Installation

Npm release installation:

$ npm install requirejs-dplugins

css

This plugin will load and wait for a css file. CSS loaded with this plugin can be overwritten by user-defined style sheet, using <link> or <style> tag.

See docs/css.md for documentation.

has

This plugin provides an extensible API to manage feature detection. It also implements the requirejs plugin api to provide conditional module loading.

See docs/has.md and samples/has.html for documentation and sample.

i18n

This plugin provides an API to handle string translation.

See docs/i18n.md and samples/i18n.html for documentation and sample.

maybe

This plugin allows to require modules that may or may not exist.

See docs/maybe.md and samples/maybe.html for documentation and sample.

svg

This plugin loads an svg graphic and defines it in the DOM, so you can reference it in a <use> tag.

See docs/svg.md for documentation.

org.webjars.bower

IBM JavaScript Team

Versions

Version
0.2.2-dev