StaticPipes Documentation

staticpipes.pipe_base

Class: BasePipe

No Info.

Function: build_file

Called once for every file in the build stage, unless an earlier pipeline has excluded this file.

Function: context_changed_during_watch

Called if the context has changed during watch.

Function: end_build

Called as we end the build stage.

Function: end_prepare

Called as we end the prepare stage.

Function: file_changed_but_excluded_during_watch

Called once for every file as it changes during the watch stage, if an earlier pipeline has excluded this file.

Function: file_changed_during_watch

Called once for every file as it changes during the watch stage, unless an earlier pipeline has excluded this file.

Function: file_excluded_during_build

Called once for every file in the build stage if an earlier pipeline has excluded this file.

Function: prepare_file

Called once for every file in the prepare stage.

Function: start_build

Called as we start the build stage.

Function: start_prepare

Called as we start the prepare stage.

Function: start_watch

Called as we start the prepare stage. There is no end_watch because the watch stage ends by the user stopping the whole program