1.1.2 • Published 9 years ago

livescript-middleware v1.1.2

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

LiveScript

is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.

Check out livescript.net for more information, examples, usage, and a language reference.

Middleware Usage

require! {
  express
  \livescript-middleware : livescript-middleware
}
/* ... */
app = express!
app.use "/js", livescript-middleware do
  src: "#{__dirname}/public/ls"
  dest: "#{__dirname}/public/js"

Source

git://github.com/yuri0/livescript-middleware.git

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.7.0

10 years ago

0.5.0

10 years ago