Gradle Website Optimizer

A gradle plugin to easily optimize HTML websites and contained CSS and JS files.

License

License

Categories

Categories

Gradle Build Tools Wire Data Data Structures
GroupId

GroupId

at.tripwire.gradle.wo
ArtifactId

ArtifactId

website-optimizer
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Website Optimizer
A gradle plugin to easily optimize HTML websites and contained CSS and JS files.
Project URL

Project URL

https://github.com/instant-solutions/gradle-website-optimizer
Source Code Management

Source Code Management

https://github.com/instant-solutions/gradle-website-optimizer

Download website-optimizer

How to add to project

<!-- https://jarcasting.com/artifacts/at.tripwire.gradle.wo/website-optimizer/ -->
<dependency>
    <groupId>at.tripwire.gradle.wo</groupId>
    <artifactId>website-optimizer</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/at.tripwire.gradle.wo/website-optimizer/
implementation 'at.tripwire.gradle.wo:website-optimizer:0.2.1'
// https://jarcasting.com/artifacts/at.tripwire.gradle.wo/website-optimizer/
implementation ("at.tripwire.gradle.wo:website-optimizer:0.2.1")
'at.tripwire.gradle.wo:website-optimizer:jar:0.2.1'
<dependency org="at.tripwire.gradle.wo" name="website-optimizer" rev="0.2.1">
  <artifact name="website-optimizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.tripwire.gradle.wo', module='website-optimizer', version='0.2.1')
)
libraryDependencies += "at.tripwire.gradle.wo" % "website-optimizer" % "0.2.1"
[at.tripwire.gradle.wo/website-optimizer "0.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
at.tripwire.gradle.wo : website-optimizer-api jar 0.2.1

Project Modules

There are no modules declared in this project.

Gradle Website Optimizer

A gradle plugin to easily optimize HTML websites and contained CSS and JS files.

Version

Current Version: 0.2

Dependency

Maven Central

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath "at.tripwire.gradle.wo:website-optimizer:<version>"
    }
}

apply-plugin: "at.tripwire.website-optimizer"

Gradle Plugin

Gradle Plugin page: https://plugins.gradle.org/plugin/at.tripwire.website-optimizer

plugins {
	id "at.tripwire.website-optimizer" version "<version>"
}

Usage

at.tripwire.gradle.wo

Versions

Version
0.2.1
0.2
0.1