Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-coffee-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-coffee-server

A development server which auto compiles coffeescript

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-coffee-server

A handy development server which auto compiles CoffeeScript. Just request /path/to/filename.js and the server will return it if it exists otherwise it will look for /path/to/filename.coffee and return the compiled output.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-coffee-server

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-coffee-server');

Run the server from the command line:

grunt coffee-server

Documentation

Configuration

This task takes two optional configuration options:

grunt.initConfig({
  server: {
    port: 1337 // defaults to 3000 if not set
    base: './public' // defaults to ./ if not set
  }
});

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

0.1.1 - Fixes an issue with serving static files.

License

Copyright (c) 2012 Andy Appleton Licensed under the MIT license.

Keywords

FAQs

Package last updated on 05 Dec 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc