coffee4clients
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "coffee4clients", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Extends Express.js such that when a .coffee file is accessed through an express server the response is the compiled javascript instead of the source coffeescript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/balupton/coffee4clients.npm", |
@@ -11,3 +11,3 @@ # Coffee4Clients | ||
2. Install it | ||
2. Install Coffee4Clients | ||
@@ -33,7 +33,8 @@ npm install coffee4clients | ||
``` coffeescript | ||
// Include Coffee4Clients | ||
# Include Coffee4Clients | ||
coffee4clients = require 'coffee4clients' | ||
// Setup with your Express Server | ||
# Setup with your Express Server | ||
coffee4clients.setup app, publicPath | ||
``` | ||
@@ -40,0 +41,0 @@ The `app` variable is your express server, and the `publicPath` variable is the full path to your server root |
Sorry, the diff of this file is not supported yet
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
3336
52