Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmslpm/gradle-minify-json-resources

Gradle Plugin : Minify JSON Resources
https://github.com/tmslpm/gradle-minify-json-resources

Last synced: about 2 months ago
JSON representation

Gradle Plugin : Minify JSON Resources

Awesome Lists containing this project

README

        

# Gradle Plugin : Minify Json Resources

- License: MIT

## Install

- clone the project
- execute the task publishToMavenLocal
- edit your build.gradle and add the plugin

```groovy
plugin {
id 'gradle-minify-json-resources' version '1.0.0'
}
```

more soon...