-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hard-coded static env name #5
Labels
enhancement
Improvement or suggestion
Comments
Nice suggestion 👍 Any thoughts on what a possible implementation could look like? |
i'm not enough familiar with docpad internals to know how to add custom parameters in config files or command line. Perhaps some time later, right now, i'm just discovering and testing docpad ecosystem. |
Cool, no worries. |
#14 ? |
Fixed in v2.7.0. Note that I've made some changes, see the readme. |
balupton
added a commit
that referenced
this issue
Feb 13, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
line 80 in your src plugin code there is :
Static
if 'static' in docpad.getEnvironments()
the static features could also be triggered by a custom parameters to not enforce static env name use. It could improve compatibility with other plugin using env specific rules.
The text was updated successfully, but these errors were encountered: