Skip to content

Commit

Permalink
fix: bundle theme not running after changes (CCBlueX#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 authored Feb 13, 2024
1 parent a0987f4 commit fbaa8f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ tasks.register('bundleTheme', NodeTask) {

// Incremental stuff
inputs.files('src-theme/package.json', 'src-theme/package-lock.json', 'src-theme/bundle.cjs', 'src-theme/rollup.config.js')
inputs.dir("src-theme/src")
outputs.files('src-theme/resources/assets/liquidbounce/default_theme.zip')
}

Expand Down

0 comments on commit fbaa8f6

Please sign in to comment.