Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

feat: WebIndexPlugin now accepts a template as a string literal #886

Merged
merged 2 commits into from Oct 20, 2017

Conversation

Shepless
Copy link
Contributor

As requested by @pyros2097 in #885 . Its a simple enough change so I did it real quick. Allows you to do the following:

plugins: [
   WebIndexPlugin({
      templateString: `Your stuff here`
   })
]

NOTE: If you specify a templateString and template then template will take precedent

@pyrossh
Copy link

pyrossh commented Oct 20, 2017

Nice. So fast that too while polybar was still compiling on my system. On first I thought you were some old man with beard but on closer look that looks a lot like soap.
I suggest you use lemon bar for your beards from now on.
https://github.com/LemonBoy/bar
A featherweight, lemon-scented, bar based on xcb

Copy link
Contributor

@nchanged nchanged left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@nchanged nchanged merged commit 2792c1d into master Oct 20, 2017
@nchanged nchanged deleted the web-index-plugin-template-string branch August 15, 2018 17:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants