Skip to content

Commit 29d8e0a

Browse files
wilkinsonaphilwebb
authored andcommitted
Ensure that gulp runs on postcss config change
See gh-18
1 parent d0e0eb4 commit 29d8e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ task gulp(type: NpmTask) {
8888
inputs.dir("src/main/css")
8989
inputs.dir("src/main/img")
9090
inputs.dir("src/main/js")
91+
inputs.file("postcss.config.js")
9192
outputs.dir(generatedAssets)
9293
args = ["run", "build", "--output=${generatedAssets}"]
9394
}

0 commit comments

Comments
 (0)