Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: StanAngeloff/lotte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.2
Choose a base ref
...
head repository: StanAngeloff/lotte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.2-1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 24, 2011

  1. Add Windows path support.

    When expanding internal require's(..), process Windows paths as well.
    Since the directory separator is '\' and not '/' we need to look for
    another character which would indicate this is a path, not a system
    require(..) call.
    StanAngeloff committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    bd20bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d53b0e3 View commit details
    Browse the repository at this point in the history
  3. More Windows support, d'oh!

    When normalizing the path, convert back slashes to forward slashes
    so minimatch can process the glob properly.
    
    When passing a filename to `coffee`, wrap it in double quotes, the
    Windows shell does not like single quotes.
    StanAngeloff committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    3353104 View commit details
    Browse the repository at this point in the history
  4. Bump version.

    StanAngeloff committed Nov 24, 2011
    Configuration menu
    Copy the full SHA
    8d0c806 View commit details
    Browse the repository at this point in the history
Loading