-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
There's one thing I used quite a lot with nanoc, and think would make a killer addition to stasis: file filters.
The idea would work something like this:
# controller.rb
before /*.png/ do
filter some_method
endwhere some_method takes a file path as argument, transforms the file, and sends it back to stasis.
It would be great for image files (for running them through smusher, for example)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels