-
-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
jade and transformers are deprecated #3181
Comments
Rewriting the examples that use jade to use something else like pug would be a great first pull request :) ! |
I forgot to comment here earlier but I created a PR which converts all of the Jade templates to Pug and will resolve the issue you posted 🤘 |
@dougwilson might want to create a "good first pr"/"starter issue"/etc. label for that :) |
@strugee that is a good suggestion. I just added the "help wanted" label. Do you think that conveys the right ask or think we need a more specific label? |
@dougwilson I think that'll be useful. However it might still be a good idea to create a "starter issue" label or something to help more people get involved in the project :) |
As a newcomer-ish to open source contributions, that's the label I always look for first. In-fact, that's what I was looking for when I found this! |
Looks like there was interest in this. Has this issue been officially claimed/is it being worked on yet? If not, I'd love to take it on. |
So there are a couple aspects about the issue. The issue itself is basically to somehow get the I'm thinking that we could probably attack this with a couple iterations:
I proposed I hope that helps everyone. |
And that doesn't have to be one giant PR :) Incremental progress PRs are certainly welcome. |
I'm happy to work on your suggestions @dougwilson Removing Jade examples might be a great way to push forward and reintroduce Pug when the dependencies are settled. |
Ok, jade has almost been removed through PRs from @notrab 👍 |
@strugee, I've been lurking repos to see where I could contribute. Node uses the |
Yea, the "help wanted" is a default tag from somewhere. I added the "good first contribution" tag now, and even got one done: https://github.com/expressjs/express/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22good%20first%20contribution%22%20 👍 |
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug
instead of jade
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
The text was updated successfully, but these errors were encountered: