0.1.1 • Published 12 years ago
pinf-for-jquery v0.1.1
Status: DEV
PINF JavaScript Loader for jQuery
A jQuery plugin for loading PINF JavaScript Bundles.
Install
npm install pinf-for-jqueryUsage
<script src="jquery.js"></script>
<script src="pinf.jquery.js"></script>
$.pinf.sandbox("bundle.js", function(sandbox) {
sandbox.main();
});Test & Development
Requirements:
Run tests:
make testLaunch development workspace:
make run-dev
open http://localhost:8080/Build
make buildLicense
0.1.1
12 years ago