Skip to content

Instantly share code, notes, and snippets.

@apiv
Created September 10, 2015 01:42
Show Gist options
  • Save apiv/e956f7b1e9b5bf508b42 to your computer and use it in GitHub Desktop.
Save apiv/e956f7b1e9b5bf508b42 to your computer and use it in GitHub Desktop.
Simple SystemJS plugin for paperclip
# jspm install paperclip
import {transpile} from 'paperclip/lib/parsers/default/transpiler';
export function translate(load) {
return 'module.exports = ' + transpile(load.source) + ';';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment