Plugins that are tasks can depend on other plugins tasks being finished.
For example in the tags plugin:

```
            'task_dep': ['render_posts'],

```
That means that task requires the rendr_posts task to be finished before
running.

On Fri, Dec 2, 2016 at 2:46 PM Dave <prosrcme...@gmail.com> wrote:

> Hi,
>
> Is there anyway to specify order of plugins, or to know which plugin will
> run before another when of the same plugin type
>
>
> I am finding myself in the position that as I add more plugins some
> plugins are relying on things to have happen before with other plugins.
>
>
> At the moment I am hacking in more Signal plugin events,
>
> signal('initialized_early').send(self.nikola)
> signal('initialized').send(self.nikola)
> signal('initialized_late').send(self.nikola)
>
>
> But I don't think this is a good long term strategy :)
>
> Is there another way?
>
>
> Cheers
>
> --
> You received this message because you are subscribed to the Google Groups
> "nikola-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nikola-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nikola-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to