samccone / The-cost-of-transpiling-es2015-in-2016

Investigating the overhead cost of compiled es2015
1.34k stars 37 forks source link

Move compile commands into the makefile #44

Closed paulirish closed 8 years ago

paulirish commented 8 years ago

This change should…

seem good?

gauntface commented 8 years ago

Looks good.

Only comment, why does each step have two cd's?

cd webpack; npm i;
cd webpack; time $(webpack) ../src/src/app.js ../src/dist/bundle.js
paulirish commented 8 years ago

Only comment, why does each step have two cd's?

because makefiles are weird like that. http://stackoverflow.com/a/1789616/89484

samccone commented 8 years ago

lgtm :+1: thx @paulirish