#1. Freemason
https://www.npmjs.org/package/freemasonhttps://github.com/spikesagal/freemason
A build utility that is super-simple to use and doesn't require any configuration. Here's an example:
var build = require('freemason').tasks; build.concatenate('LAB.src.js','jsrequire.src.js'); build.minify(); build.attribute('src/credits.txt'); build.write('dist/jsrequire.min.js');
#2. Require
https://github.com/spikesagal/requireClient-side asynchronous script importing, built on top of LABjs. Here is an example:
var YourModule = require('/path/to/your_module.js', function() { YourModule.executeFunction(); });
#3. Wedge
https://github.com/spikesagal/wedgeA browser compatibility shim. Currently supports IE 8+.
#4. TemperSynth
A musical synthesizer with dynamically controlled scale temperament. This was my music hackathon project @ Spotify.
No comments:
Post a Comment