Skip to content

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

License

Notifications You must be signed in to change notification settings

grace-plugins/grace-cssbundling

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages