Skip to content

Commit

Permalink
change to after build
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming authored Nov 3, 2022
1 parent 132e1a3 commit 81e612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lektor_tailwind.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def on_before_build_all(self, builder, **extra):
return
self._run_watcher(builder.destination_path)

def on_before_build(self, builder, source, prog, **extra):
def on_after_build(self, builder, source, prog, **extra):
if self.tailwind is not None:
return
if source.source_filename != self.input_css:
Expand Down

0 comments on commit 81e612f

Please sign in to comment.