carlitoplatanito / gulp-nunjucks-render

[Gulp](https://github.com/wearefractal/gulp) plugin to render [Nunjucks](http://mozilla.github.io/nunjucks/) templates
149 stars 33 forks source link

Maintaned? #25

Closed kristijanhusak closed 9 years ago

kristijanhusak commented 9 years ago

Is this plugin maintained?

kamlekar commented 9 years ago

Good question. To author, please give update on this. Based on this, I created a HTML skinning boilerplate. I hope it will work fine.

carlitoplatanito commented 9 years ago

Hey, sorry for the delay. I have not been able to keep up on the maintenance of this project, it seems to work as I have used it in various projects recently without modifying anything but haven't had the time to focus on specific bugs or adding new features.

I do see some code commits that I will tend to later today, but I have no problem if anybody would like to pick this up and continue to maintain it as I have been mostly focused on my family and super busy with work lately.

kamlekar commented 9 years ago

I surely can't maintain it as I am not aware of the background stuff. I will try to understand it this weekend and try to help you. TBH, I really like the idea of rendering files in local itself.

I hope other contributors will join too.

kristijanhusak commented 9 years ago

I found several bugs:

I can fix 2nd issue, but i'm still not sure about the first one. I will create PR next week.

kamlekar commented 9 years ago

I am not sure, maybe the first error can be fixed by adding { watch: false } as shown in this code:

gulp.task('default', function () {
    nunjucksRender.nunjucks.configure(['templates/'], { watch: false });
    return gulp.src('templates/!(_)*.html')
        .pipe(nunjucksRender({ }))
        .pipe(gulp.dest('site'));
});

I am using this plugin for 4 days and I haven't found a single bug till now by using the above code.

kristijanhusak commented 9 years ago

@kamlekar Yes, that fixes the first issue. Thanks!

Still needs the fix for 2nd one. I'll create PR.

@carlosl I can take over the maintaining of this. Can you give me access or transfer it to me?

kamlekar commented 9 years ago

I think someone should mention the first issue fix in Readme.

kristijanhusak commented 9 years ago

@kamlekar watch: false is already on the master branch in code, but still not in stable release.

carlitoplatanito commented 9 years ago

@kristijanhusak , I'm currently pulling in some merges but I really appreciate the help. I will give you access.

carlitoplatanito commented 9 years ago

@kristijanhusak I gave you access and have updated the readme.

kristijanhusak commented 9 years ago

@carlosl Thanks! I was out of town last few days, so I wasn't able to handle things around.

kristijanhusak commented 8 years ago

@carlosl I hope you will get to this notification, but can you please add me as a collaborator on npmjs? Here's the profile: https://www.npmjs.com/~kristijanhusak If you do not answer I will create a fork and continue maintaining there.

kamlekar commented 8 years ago

:+1: but do wait till a reasonable time. Also notify the watchers.

kristijanhusak commented 8 years ago

I got full access, so everything is up to date now.

TheDancingCode commented 6 years ago

@kristijanhusak Almost all open issues have been answered and can be closed. Would be good to do so. Alternatively, I wouldn't mind collaborating on this project.

kristijanhusak commented 6 years ago

@TheDancingCode I closed some issues and merged in your PR. I would gladly add you as collaborator, but only @carlosl can do that.

TheDancingCode commented 6 years ago

Alright, great. Looks much less cluttered now.