ejs-compiled-loader icon indicating copy to clipboard operation
ejs-compiled-loader copied to clipboard

In search of collaborator

Open bazilio91 opened this issue 7 years ago • 8 comments

Anybody wants to become a contributor/collaborator? I have no interest to support this package now (I'm on DevOps title right now). I can't track all the changes that came in webpack.v2/es6.

bazilio91 avatar Dec 29 '16 19:12 bazilio91

I might be able to help, but I'm a bit confused. The version installed from npm with npm install ejs-compiled-loader is version 1.1.0. That's also the version I got from running yarn add ejs-compiled-loader@latest. However, this repository defaults to the 2.x branch. Is that intentional? Is there a reason that npm doesn't default to the 2.x branch as well?

Second, I see the 2.2.0 version still uses the include path/to/file syntax from ejs 1.x, is that just because it hasn't been updated to the newer include('path/to/file', {options}) syntax, or is that a design decision?

Adam-Meisen avatar Jul 08 '17 00:07 Adam-Meisen

@Adam-Meisen there is nothing in this design we can't change. I'm looking to find some time now to setup travis or circle to automate releases for this repo and invite some more collabs. Are you still interested?

The version installed from npm with npm install ejs-compiled-loader is version 1.1.0

Looks like it is default behaviour when you do npm publish, no matter if it is 1.x or 2.x, the last one was 1.1.0

bazilio91 avatar Sep 18 '17 21:09 bazilio91

I'm interested. I would like to set up CI to get #32 and #34 squared away.

ianwalter avatar Jan 19 '18 20:01 ianwalter

I'm also interested in contributing. I use this loader in my project and it's quite useful.

As a matter of facts I forked the repo already and implemented the changes needed to support webpack@4 It's here if you want to try it out. I haven't updated the README yet.

It's published on npm as @piccio/ejs-compiled-loader version 3.0.0.

If there's interest I can make a PR. @bazilio91 let me know

piuccio avatar Mar 09 '18 11:03 piuccio

so any new progress?

vagusX avatar May 14 '18 01:05 vagusX

@vagusX I haven't heard from @bazilio91 but I'm using https://github.com/piuccio/ejs-compiled-loader in production and works fine for me with webpack 4

npm i @piuccio/ejs-compiled-loader

piuccio avatar May 14 '18 01:05 piuccio

@piuccio this repo is still getting lots of downloads, and I have some time now to get this solved, will u join this repo to maintain it with some other guys who is interested in it and maintaining own forks?

bazilio91 avatar Apr 09 '20 20:04 bazilio91

Sure, I don't use it anymore but I can at least merge back the changes for webpack 4 and delete my fork

On Fri, 10 Apr 2020, 05:48 Vasily Ostanin, [email protected] wrote:

@piuccio https://github.com/piuccio this repo is still getting lots of downloads, and I have some time now to get this solved, will u join this repo to maintain it with some other guys who is interested in it and maintaining own forks?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bazilio91/ejs-compiled-loader/issues/25#issuecomment-611745372, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFGCXDBSNDT2TMJQH5WYHDRLYYDVANCNFSM4C27GFGA .

piuccio avatar Apr 09 '20 23:04 piuccio