tomdye / loader

Dojo 2 Loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dojo-loader

Build Status codecov.io

This package provides a JavaScript AMD loader useful in applications running in either a web browser or node.js.

Features

TBD

How do I use this package?

Users will need to download and build directly from the repository for the time being. Precompiled AMD/CommonJS modules will be provided in the near future as our release tools are improved.

Build the loader

From the loader root directory:

  1. npm install
  2. grunt dist

The "dist" subdirectory will contain the loader modules.

Use the loader

TBD: how to use the loader

How do I contribute?

We appreciate your interest! Please see the Guidelines Repository for the Contributing Guidelines and Style Guide.

Testing

Test cases MUST be written using Intern using the Object test interface and Assert assertion interface.

90% branch coverage MUST be provided for all code submitted to this repository, as reported by istanbul’s combined coverage results for all supported platforms.

Licensing information

© 2004–2015 Dojo Foundation & contributors. New BSD license.

About

Dojo 2 Loader

License:Other


Languages

Language:TypeScript 63.3%Language:HTML 22.4%Language:JavaScript 9.9%Language:Shell 4.5%