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: dbuarque/repack-lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: izimobile/repack-lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 19, 2016

  1. Updating template runtime.

    Jon Green committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    7ee714d View commit details
    Browse the repository at this point in the history
  2. Adding deploy:all script for future CI

    Jon Green committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    216749d View commit details
    Browse the repository at this point in the history
  3. Switching project from webpack to rollup (which will bundle only used…

    … imports).
    
    - Cleaning up gulp a bit.
    - Switching from babel to buble.
    - Removing unneeded and unused packages from `package.json`.
    Jon Green committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    ee5c327 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Switching back to webpack.

    - Updating lambda template for the API changes made in node4.3 update.
    - Updating build scripts to allow multiple lambdas to be processed at once.
    Jon Green committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    cfd325a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    851682f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from izimobile/feature/switching-to-webpack

    Switching back to webpack.
    Jon Green authored Aug 22, 2016
    Configuration menu
    Copy the full SHA
    8a71b0e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    a7f16e1 View commit details
    Browse the repository at this point in the history
  2. Adding .nvmrc

    Jon Green committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    0f2fe2a View commit details
    Browse the repository at this point in the history
  3. Fixing typo

    Jon Green committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    682cc47 View commit details
    Browse the repository at this point in the history
Loading