Transpiling? Ugh

added by JavaScript Kicks
4/6/2015 4:35:12 PM

316 Views

It’s a bit of a shortcoming to not be able to test any code you write until you transpile it but there are ways to minimize this issue. For instance if you’re using node.js you may want to use grunt or gulp, have it watch a set of directories for changes and when one occurs have it automatically run the transpiler against the files located within.


0 comments