*Status: DEV* [](https://circleci.com/gh/pinf/pinf-for-dojo)
npm install pinf-for-dojoStatus: DEV

PINF JavaScript Loader for Dojo 2
=================================
A Dojo 2 Loader plugin for
loading PINF JavaScript Bundles.
Any portable bundle may be loaded. Modules and packages written for Dojo may also
be bundled and loaded via the
PINF JavaScript Bundle Loader potentially eliminating
the need for the Dojo loader.
Install
-------
npm install pinf-for-dojo
Usage
-----
http://localhost/index.html
http://localhost/bundle.js
PINF.bundle("", function(require) {
require.memoize("/main.js", function(require, exports, module) {
exports.main = function(options) {
console.log("HelloWorld!");
}
});
});
Test & Development
==================
Requirements:
* NodeJS
Run tests:
npm test
Launch development workspace:
npm run dev
open http://localhost:8080/
Build
-----
npm run build
License
=======