0.2.1 • Published 9 years ago

ss-livescript v0.2.1

Weekly downloads
-
License
-
Repository
github
Last release
9 years ago

LiveScript (JS) wrapper for SocketStream 0.3

Allows you to use LiveScript files (.ls) in your SocketStream project.

Instructions

Add ss-livescript to your application's package.json file and then add this line to app.js:

ss.client.formatters.add(require('ss-livescript'));

NOTE: when you want to require client side modules written in LiveScript, remember to add the .ls extension. E.g. in entry.js:

require('/app.ls')

prelude-ls

This wrapper only includes the base LiveScript language library. If you want to use prelude-ls in your client then:

place prelude.js in client/code/system

add 'system' folder to code section of your client definition (in /app.js)

# require prelude in your client code, here attached to window, but select your own target
require \prelude . installPrelude window

Credits

Based on the ss-coffee wrapper by the core SocketStream team.

0.2.1

9 years ago

0.2.0

12 years ago

0.1.0

12 years ago