transmogrify

0.1.1 • Public • Published

Transmogrify!!!

Transmogrify is a Node.js service that compiles CoffeeScript and compresses Javascript (or both at once). This is intended to be used in environments where you can't install CoffeeScript or a decent javascript minifier for some reason (like Heroku!)

To test:

cake test

To run server:

cake server --port <NUMBER>
http://localhost:3010

Ruby Wrapper and ruby-coffee-script integration

gem install transmogrify will get you ruby-coffee-script integration. It will post to http://transmogrify.credibl.es:8080 by default, if you want to point to your own node.js endpoint running transmogrify, specify it like so (this can go in a Rails initializer):

Transmogrify.endpoint = "http://path.to/compile"

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    2
  • 0.1.0
    0

Package Sidebar

Install

npm i transmogrify

Weekly Downloads

2

Version

0.1.1

License

none

Last publish

Collaborators

  • mrkurt