Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.07 KB

README.md

File metadata and controls

61 lines (42 loc) · 2.07 KB

Main branch build status Apache 2.0 license Latest version on Maven Central Grace on X

Groovy Version Grace Version Spring Boot Version

Grace CSS Bundling Plugin

Bundle and process CSS in Grace with Tailwind, PostCSS, and Sass via Node.js.

Grace Version

  • Grace 2023.0.0

Usage

Add cssbundling plugin

Add cssbundling plugin to build.gradle,

repositories {
    mavenCentral()
    maven {
        url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
        mavenContent {
            snapshotsOnly()
        }
    }
}

dependencies {
    implementation "org.graceframework.plugins:cssbundling:0.1.0-SNAPSHOT"
}

Development

Build from source

git clone https://github.com/grace-plugins/grace-cssbundling.git
cd grace-cssbundling
./gradlew publishToMavenLocal

What's New

0.1.0-SNAPSHOT

  • Upgrade to Grace 2023.0.3
  • Upgrade to Groovy 4.0.23

Links