Merge branch 'build-using-es6-module-transpiler' of...
Merge branch 'build-using-es6-module-transpiler' of https://github.com/eventualbuddha/rsvp.js into eventualbuddha-build-using-es6-module-transpiler Conflicts: browser/rsvp.min.js
Showing
# A sample Gemfile | ||
source "https://rubygems.org" | ||
gem "js_module_transpiler", github: "wycats/js_module_transpiler", branch: "master" | ||
gem "rake" |
... | ... | @@ -7,7 +7,8 @@ |
"devDependencies": { | ||
"jshint": "~0.9", | ||
"promise-tests": "2.0.0", | ||
"uglify-js": "~2.2" | ||
"uglify-js": "~2.2", | ||
"es6-module-transpiler": "~0.1.2" | ||
}, | ||
"scripts": { | ||
"test": "promise-tests all ./tests/test-adapter", | ||
... | ... |
Please register or sign in to comment