Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 400 Bytes

How_To_Use_CoffeeScript.md

File metadata and controls

23 lines (14 loc) · 400 Bytes

Build CoffeeScript

Browserify

access http://browserify.org/

Install

execute below commands

coffeeify
npm install -g browserify
npm install -g less
npm install -g coffee-script

curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash -
apt-get install --yes nodejs

npm install coffeeify

Build

browserify -t coffeeify xyz.coffee -o xyz.js