Created
September 10, 2015 01:42
-
-
Save apiv/e956f7b1e9b5bf508b42 to your computer and use it in GitHub Desktop.
Simple SystemJS plugin for paperclip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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