Jake Paris

Matching “npm”

Getting NPM build scripts to run-on-save in SublimeText

Today I finally got my es2015 javascript to compile to es5 javascript automatically upon save. First, I set up my project using npm. I setup the following dev dependencies: In the package.json file, I’ve got the following scripts setup In SublimeText, I had to create a new build system Tools > Build System > New […]