Skip to content

Instantly share code, notes, and snippets.

@OliverJAsh
Created June 17, 2015 19:02
Show Gist options
  • Save OliverJAsh/4bbd55bbd59a3952f099 to your computer and use it in GitHub Desktop.
Save OliverJAsh/4bbd55bbd59a3952f099 to your computer and use it in GitHub Desktop.
jspm bundle SFX format
/*eslint-env node*/
var jspm = require('jspm');
var builder = new jspm.Builder();
builder.buildSFX('main.js', 'build.js', { sfxFormat: 'amd' });
window.alert('yay!');
{
"jspm": {
"directories": {},
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.5.8",
"babel-runtime": "npm:babel-runtime@^5.5.8",
"core-js": "npm:core-js@^0.9.17"
}
},
"dependencies": {
"jspm": "^0.16.0-beta.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment