Use ebryn/backburner.js#cleanup-build#10853
Use ebryn/backburner.js#cleanup-build#10853seanpdoyle wants to merge 1 commit intoemberjs:masterfrom
ebryn/backburner.js#cleanup-build#10853Conversation
faa6285 to
5198006
Compare
|
@rwjblue I'm seeing this failure locally: which is fun, because I can't seem to track down the file in question. Could you point me in the right direction? |
// node_modules/htmlbars/dist/cjs/htmlbars-syntax/handlebars/compiler/base.js
var Helpers = __es6_transpiler_build_module_object__("Helpers", require("./helpers"));is the compiled output in question, but the source file doesn't exactly exist |
|
attempted to correct in handlebars-lang/handlebars.js#993 |
9ad6589 to
d3dc84d
Compare
|
@rwjblue seems like Travis' cache isn't busted by npm or bower: |
|
I can clear the Travis cache, but Ember master cannot use |
|
@rwjblue got it. should I roll |
|
@seanpdoyle let me know, if that branch (on backburner) is ready to be merged. I can pull the switch. |
|
@stefanpenner which branch? (https://github.com/ebryn/backburner.js/pulls) I think it's been merged. |
|
@seanpdoyle ah! |
|
@stefanpenner @rwjblue could we clear the cache so that these new versions stick? |
|
@seanpdoyle i've blown the cache. I wonder if travis is interleaving caches per branch... |
|
purged again, rerunning. |
6bc470c to
29a6926
Compare
|
@stefanpenner doesn't seem to have been purged: https://travis-ci.org/emberjs/ember.js/jobs/59469948#L137-L142 |
|
@seanpdoyle i think travis is borked, i blew all of the caches away |
29a6926 to
c9a4773
Compare
|
@stefanpenner @rwjblue somehow we're back to this: |
There was a problem hiding this comment.
Do I need these to be master in both bower and npm?
There was a problem hiding this comment.
i believe this one is just for build tooling
|
@stefanpenner could you purge the cache again? |
i think travis fixed their underlying issue, restarting tests. |
These UMD files, are not for esperanto to consume. They exist as input files to the old es6-module-transpilers bundle format. We should just filter then out of the tree before passing to esperanto. I suspect this will simplify things. |
9db2b29 to
13c9f9a
Compare
13c9f9a to
4dad9bc
Compare
use fixed branch use esperanto branch use emberjs-build Use fixed `rsvp.js` and `dag-map` use `rsvp` and `dag-map` master use backburner master
4dad9bc to
5f1aaf8
Compare
There was a problem hiding this comment.
@stefanpenner this is using master of backburner.
Should I peg it to a particular commit?
|
Ah. I'll poke around |

Ignore me.