The end is nigh for Bower?

Over the last four or five years, I have come to have a deep adoration for the front end package manager Bower. Going to the official jQuery or Angular repositories to download dependencies was a thing of the past. The even deeper integrations with scaffolding tools like Yeoman even made…

Adding Babel support to an AEM instance

This exposé will outline the steps to be able to add Babel support to an existing AEM instance. What is Babel Babel is a compiler/processor of "futuristic" javascript and relative libraries like JSX and Flow. Babel provides you with the tools, whether it be a pre-processor (like…