Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for compiling literate coffeescript #29

Merged
merged 7 commits into from
Feb 1, 2014

Commits on Jan 26, 2014

  1. Configuration menu
    Copy the full SHA
    9d72f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    686bd10 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. Update litcoffee detection regex.

    Previously, a.js.coffee -> a.js but b.js.litcoffee -> b.js.js.
    Assuming that having double .js is useless, we detect the missing case
    properly.
    
    Additionally, update the setting of the literate flag, as
    `File.extname` only returns the final extension.
    oychang committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    756ba43 View commit details
    Browse the repository at this point in the history
  2. Update coffeescript_spec tests to expect literate.

    Update expected regexes and tests to check .coffee.md and .litcoffee,
    with an eye out for improperly escaped period characters.
    oychang committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    fe70e2b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. Update inspector_spec to account for literacy.

    Hopefully I'm doing this line wrapping thing right.
    oychang committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    e31d5de View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2014

  1. Update runner_spec to include literate tests.

    Updated old tests to include both new extensions generally, and also add
    a new test to ensure the literate option is set.
    oychang committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    a3faf54 View commit details
    Browse the repository at this point in the history
  2. Update README.md to list support for more exts.

    Also, line break on longer lines of options to avoid scrolling in
    the fixed width Github readme viewer.
    oychang committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    fd39e71 View commit details
    Browse the repository at this point in the history