• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
duanefields

Serverless Coffeescript

by

A Serverless plugin to compile your CoffeeScript into JavaScript at deployment

0
5
  1. Serverless Coffeescript

serverless-coffeescript

A quick and dirty plugin for the Serverless Framework to compile coffee-script files into javascript at deploy time. Shamelessly cribbed from https://github.com/serverless/serverless-babel-plugin.

Setup

You need to install the plugin:

npm install --save-dev serverless-coffeescript

Further you need to add the plugin to your serverless.yml and defined which preset you chose:

plugins:
  - serverless-coffeescript

Usage

Simply run serverless deploy and it will compile every CoffeeScript file in your service

Contents

  • serverless-coffeescript
  • Setup
  • Usage

Related

GuidesPluginsExamplesSlack CommunitySupport