google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.17k stars 580 forks source link

Rewrite make-based publish into npm publish scripts #2047

Closed johnjbarton closed 8 years ago

johnjbarton commented 8 years ago

make is not great with ordered tasks with no file-system state. Let's see if npm is any better.

TBR=arv@

johnjbarton commented 8 years ago

I guess this git-based stuff belongs in a meta-project, there is no good way to test it within the project itself: as soon as a git command changes the branch, the new script under test is gone, since it is commit to another branch.