Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Preview/save compiled Javascript in Atom

License

Notifications You must be signed in to change notification settings

adrianlee44/atom-coffee-compile

Repository files navigation

coffee-compile package CI

Preview, compile and/or save CoffeeScript 1 or 2 in editor to Javascript

  • Mac: cmd+shift+c
  • Linux/Windows: ctrl-alt-c

Options

  • Compile on save (default: false)
  • Compile on save without preview (default: false)
  • Split pane direction (default: 'Right')
  • Destination filepath (default: '.')
  • Flatten (default: false)
  • cwd - All sources are relative to this path (default: '.')
  • Source(s) - Source folders to compile, relative to cwd (default: '.')
  • Disable top level function wrapper (default: true)
  • Focus editor after compile (default: false)
  • Coffeescript version to compile with (default: 1.12.7)

Project based configuration

Add coffee-compile.cson to the project root

See wiki for more details

Changelog

See changelog for more information