ru.vyarus.prod-frontend
Owner: Vyacheslav Rusakov
Optimize static resources for production
https://github.com/xvik/gradle-prod-frontend-plugin
Sources: https://github.com/xvik/gradle-prod-frontend-plugin
Version 1.0.1 (latest)
1.0.1
Created 19 October 2023.
Optimize static resources for production
Add this plugin to your build using the plugins DSL:
plugins {
id("ru.vyarus.prod-frontend") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ru.vyarus:gradle-prod-frontend-plugin:1.0.1") } } apply(plugin = "ru.vyarus.prod-frontend")
- Applying plugins to all subprojects .