Control Add-ins Supercharged: Babel
After a short absence, I am back. The next lesson in the Control Add-ins Supercharged series I am introducing Babel. "Babel is a JavaScript compiler", says babeljs.io. So, what's the…
After a short absence, I am back. The next lesson in the Control Add-ins Supercharged series I am introducing Babel. "Babel is a JavaScript compiler", says babeljs.io. So, what's the…
So far I've shown how to configure gulp to help you with some basic JavaScript development tasks, such as bundling and minifying, and how to automate builds on every source…
Yesterday you've seen how to use gulp to make it do something truly useful: bundling your JavaScript and CSS files. Introducing gulp for the purpose of bundling your files allows…
My last demo introduces gulp, an amazingly simple task automation tool. You've seen what it is, how to set it up, and how to create a simple hello-world task. Now…
Get ready for the next big step in taking the control add-in development to the next level. Today, I am (re)introducing gulp. I've blogged about gulp in the past, but…