GitHub - danveloper/gradle-js: JavaScript Builds for Gradle. You're Welcome.

1 min read Original article ↗

Build Status

Gradle is a wonderful build tool for building projects of all languages, shapes, and sizes. It it is built on Java, runs on the JVM, and traditionally has provided an excellent Groovy DSL for creating robust and dynamic build scripts. Recently, Gradle has also announced they will support Kotlin as a language for constructing these build scripts.

But what about supporting the most popular and least controversial language of all time? Why can’t our builds have the same levels of complexity and non-deterministic failures as our front end code does? What gives, Gradle?!

This is why I have taken it upon myself to Make Gradle Great Again™ and provide second class support for JavaScript as a build language. Now, you can write your build logic using the same confusing bullshit you throw into your index.html files.