GitXplorerGitXplorer
p

traceur-brunch

public
2 stars
3 forks
1 issues

Commits

List of commits on branch develop.
Unverified
b722765618a87de903915bbad90aac55f3b99d54

Merge branch 'release/v1.7.5' into develop

ppeterjosling committed 10 years ago
Unverified
a2d7df1e648c05a8e1467a179641c89d7e3f8555

Bump package.json version

ppeterjosling committed 10 years ago
Unverified
a515768e8b5c402476eb747e41a1b0bff249b9d6

Merge commit 'aaf7d8d61437a0ee11e8b308952acf691937c248' into develop

ppeterjosling committed 10 years ago
Unverified
aaf7d8d61437a0ee11e8b308952acf691937c248

Update to Traceur 0.0.79

oocombe committed 10 years ago
Unverified
7c71052dc9b733403fa7eab79909ee17e5e92c85

Merge branch 'release/v1.7.4' into develop

ppeterjosling committed 10 years ago
Unverified
7404d9135d2121b0fc2fdae66f6cef05f68782c6

Merge branch 'release/v1.7.4'

ppeterjosling committed 10 years ago

README

The README file for this repository.

traceur-brunch

Adds Traceur ES6 transpiler support to brunch.

Usage

Install the plugin via npm with npm install --save traceur-brunch.

Or, do manual install:

  • Add "traceur-brunch": "x.y.z" to package.json of your brunch app. Pick a plugin version that corresponds to your minor (y) brunch version.
  • If you want to use git version of plugin, add "traceur-brunch": "git+https://github.com/peterjosling/traceur-brunch.git".

Note: The entry in your package.json file must come before any other plugins which process Javascript (such as javascript-brunch).

Config

By default all .js sources in your app/ directory will be compiled and wrapped in the module wrapper specified in your brunch config. This path can be overridden in the plugin section of your config.coffee.

Extra options may be passed to the compiler under the options key in the plugin config.

plugins:
	traceur:
		paths: /^app/
		options:
			experimental: true # Passed to traceur