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 globals option to rollup executable. #60

Merged
merged 1 commit into from
Jul 25, 2015

Conversation

Victorystick
Copy link
Contributor

Also:

  • Sorted minimalist aliases alphabetically
  • Updated help.md to include correct format default (ES6).
  • Removed unused requires and variables from bin/runRollup.js.
  • Added missing definition of map for outputting inline source maps.
  • Grabs external names from globals option. These are equivalent:
rollup -f iife --globals lodash:_,jquery:jQuery
rollup -f iife --globals lodash:_,jquery:jQuery --external lodash,jquery

Also:
* Updated help.md to include correct format default (ES6).
* Removed unused requires and variables from `bin/runRollup.js`.
* Added missing definition of `map` for outputting inline source maps.
* Grabs external names from globals option. These are equivalent:

    rollup -f iife --globals lodash:_,jquery:jQuery
    rollup -f iife --globals lodash:_,jquery:jQuery --external lodash,jquery
@Rich-Harris Rich-Harris merged commit 32a1b22 into rollup:master Jul 25, 2015
@Rich-Harris
Copy link
Contributor

👍 😎

@Victorystick Victorystick deleted the globals-in-cli branch July 25, 2015 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants