Skip to content
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: flatiron/director
base: ab6f6c117e57
Choose a base ref
...
head repository: flatiron/director
compare: 7567acbf7f4e
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 27, 2012

  1. Use Router instead of window.Router.

    This accounts for the case where exports != window as per the inserted codesurgeon wrapper.
    domenic committed Jul 27, 2012
    Copy the full SHA
    de03237 View commit details
    Browse the repository at this point in the history
  2. Make work with Browserify.

    This depends on heapwolf/codesurgeon#13 being accepted. Once it is, and the codesurgeon dependency is updated, the existing build script will produce a file that can be used either with <script> tag includes, or with browserify (and any other browser-based CommonJS module loaders).
    
    Furthermore, this adds a "browserify" entry in package.json pointing to the browser-built file, so that users can just do `require("director")` instead of `require("director/build/director-1.1.3")`.
    domenic committed Jul 27, 2012
    Copy the full SHA
    69e23d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2012

  1. Merge pull request #130 from domenic/browserify

    Make work with Browserify
    pksunkara committed Aug 25, 2012
    Copy the full SHA
    7567acb View commit details
    Browse the repository at this point in the history