Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #111 from guybedford/master
Browse files Browse the repository at this point in the history
separate Traceur out of repo
  • Loading branch information
guybedford committed Mar 21, 2014
2 parents 6d1ac6f + 7fc336f commit 7d1a9c9
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 20,824 deletions.
10 changes: 0 additions & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ module.exports = function (grunt) {
src: 'tmp/<%= pkg.name %>.js',
dest: 'dist/<%= pkg.name %>.js'
},
traceur: {
options: {
banner: '/*\n * Traceur Compiler 0.0.25 - https://github.com/google/traceur-compiler \n */\n',
compress: {
drop_console: false
}
},
src: 'lib/traceur.js',
dest: 'dist/traceur.js'
},
polyfillOnly: {
src: 'tmp/<%= pkg.name %>-sans-promises.js',
dest: 'dist/<%= pkg.name %>-sans-promises.js'
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ See the [demo folder](https://github.com/ModuleLoader/es6-module-loader/blob/mas

For an example of a universal module loader based on this polyfill for loading AMD, CommonJS and globals, see [SystemJS](https://github.com/systemjs/systemjs).

_Current version tested against **[Traceur 0.0.30](https://github.com/google/traceur-compiler/tree/traceur%400.0.30)**._

_Note that while the specification draft has been written, it is still subject to change._

## Background
Expand All @@ -27,9 +29,9 @@ This polyfill implements the `Loader` and `Module` globals, exactly as specified

## Getting Started

Download both [es6-module-loader.js](https://raw.github.com/ModuleLoader/es6-module-loader/master/dist/es6-module-loader.js) and [traceur.js](https://raw.github.com/ModuleLoader/es6-module-loader/master/lib/traceur.js) into the same folder.
Download both [es6-module-loader.js](https://raw.githubusercontent.com/ModuleLoader/es6-module-loader/v0.5.1/dist/es6-module-loader.js) and [traceur.js](https://raw.githubusercontent.com/google/traceur-compiler/traceur@0.0.30/bin/traceur.js) into the same folder.

If using ES6 syntax (optional), include Traceur in the page first:
If using ES6 syntax (optional), include traceur.js in the page first:

```html
<script src="traceur.js"></script>
Expand Down
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "An ES6 Module Loader polyfill based on the latest spec.",
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
"main": "dist/es6-module-loader.js",
"dependencies": {
"traceur": "0.0.30"
},
"keywords": [
"es6",
"harmony",
Expand Down
1 change: 0 additions & 1 deletion dist/traceur-runtime.js

This file was deleted.

17 changes: 0 additions & 17 deletions dist/traceur.js

This file was deleted.

Loading

0 comments on commit 7d1a9c9

Please sign in to comment.