Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 9, 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: systemjs/builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: foxchen/builder
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.
  • 8 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 28, 2017

  1. Merge pull request #816 from CxRes/master

    Added warning that module names exist in URL space
    guybedford authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    3385a9c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Add uglify.output Option in Build

    `uglify` option in `build` now accepts `uglify.output` consistent with the Uglify2 API.
    
    This change does NOT change existing behaviour as the inconsistent `uglify.beautify` is still valid. Internally `uglify.output` is copied into `uglify.beautify`, when the latter is not specified. If `uglify.beautify` is specified, then `uglify.output` is ignored.
    Rahul Gupta committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    e1b85ca View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Configuration menu
    Copy the full SHA
    ff6a5d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Merge pull request #821 from CxRes/master

    Add uglify.output Option in Build
    guybedford authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    8a8dcba View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    aeb03f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Merge pull request #823 from thomas-darling/master

    Fix missing path normalization, causing empty sourcesContent in source maps.
    guybedford authored Jul 22, 2017
    Configuration menu
    Copy the full SHA
    62aa0ba View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Update rollup.js

    Added options that allow for async functions to be parsed
    Karolusrex authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    2cea073 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #825 from Karolusrex/patch-1

    Update rollup.js
    guybedford authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    d114467 View commit details
    Browse the repository at this point in the history
Loading