1.0.1 • Published 10 years ago
system-livescript v1.0.1
system-livescript
Getting Started
jspm install npm:system-livescriptIn config.js, write
System.config({
meta: {
"*.ls": {
loader: "system-livescript"
}
}
});License
LiveScript compiler is released under MIT License, and the rest of this software is released to Public Domain.