Skip to content

Commit

Permalink
Unapply asset-pipeline plugin for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 28, 2024
1 parent 0a169ea commit 5ed2453
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ group "org.graceframework.plugins"
apply plugin: "eclipse"
apply plugin: "idea"
apply plugin: "groovy"
apply plugin: "org.graceframework.asset-pipeline"
apply plugin: "org.graceframework.grace-plugin"
apply plugin: "maven-publish"
apply plugin: "signing"
Expand Down Expand Up @@ -70,18 +69,6 @@ jar {
includeEmptyDirs = false
}

assets {
assetsPath = 'app/assets'
minifyJs = false
minifyCss = true
minifyOptions = [
languageMode: 'ES5',
targetLanguage: 'ES5',
optimizationLevel: 'SIMPLE'
]
packagePlugin = true
}

bootJar.enabled = false
bootRun.enabled = false

Expand Down

0 comments on commit 5ed2453

Please sign in to comment.