-
-
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
Fix tests, upgrade node-sass #132
Conversation
@balupton Should I run Really hope you can accept the fix, I don't normally do open source but I use this plugin for an old hobby project that I hope to get running again. Don't know why the coffeescript version would not work but thought it would be worth a try to convert to js and that seems to have made the trick. |
I will only be able to have time to review and release this end of march, which is too long. I'm happy to add you as a maintainer so you can do the release sooner. Let me know. |
I can make the release, no problem. Please add me 😊 |
Invite sent. For release, follow the guide in CONTRIBUTING.md once merged. The npm release will occur via the cloud... Actually, I'm not sure the DocPad org has been moved from Travis to GitHub Actions yet... if it is still on Travis (which killed our plan), then I can npm owner add you directly for the meantime and you can push the release manually. I'll need your npm username for that - and in late March or April then I can work on using |
Looks like I have to push it manually yes, npm username: cattermo |
Turns out I don't have permission either, @10xLaCroixDrinker can you run the following please: npm owner add balupton docpad-plugin-nodesass
npm owner add bevryme docpad-plugin-nodesass
npm owner add cattermo docpad-plugin-nodesass Thank you. |
I’m getting some errors with this. I need to open a support ticket with npm. I’ll update here when it’s resolved. |
@cattermo for the meantime, I've created a Support for such naming (trimming of org prefixes, ie. Update: seems work is already done for such functionality, it just needs to be integrated into DocPad core perhaps: docpad/docpad#691 (comment) |
Done! |
Just a heads up @cattermo and @docpad/extras-team @docpad/core-team in case you received an email from npm. I'll be running https://github.com/bevry/boundation on all docpad packages in the coming weeks, which will update all the projects to use a consistent release flow, of which the npm bot account As such, prior lingering npm authors may get emails or alerts as the changes roll out. Note that the package.json maintainers/contributors will be unphased. So accreditation is unaffected. |
fixes #105