coffee-distiller
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "coffee-distiller", | ||
"description": "Merge and minify server side coffee-script files with fake CJS wrappers. This tool is useful for developers who want to distribute a SERVER SIDE coffee-script app in the form of single javascript file.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/yi/node-coffee-distiller", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -20,3 +20,3 @@ # coffee-distiller | ||
```bash | ||
sudo npm install coffee-script coffee-distiller -g | ||
npm install coffee-script coffee-distiller -g | ||
``` | ||
@@ -29,3 +29,3 @@ | ||
```bash | ||
coffee-distiller -i path/to/app.coffe -o dist/app.js | ||
distill -i path/to/app.coffe -o dist/app.js | ||
@@ -32,0 +32,0 @@ # this will generate 3 files in ./dist/ directory: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4446372