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
end
where 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)
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:
where 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)