Miikka
Miikka
This should work (put it as the "template" in the package settings): ``` ``` It will attempt to read and parse the package.json at the root of the project (i.e....
This plugin does not touch the HTML (or other references to the hashed files). You'll need to use a separate plugin such as https://github.com/Dragory/gulp-hash-references for that.
Hmm, could this not be achieved by gulp-renaming the original file before hashing, to remove the extension?
Hey, I was tackling with this same issue, and after digging around the code, I found out the docs aren't *entirely* wrong - just misleading. This seems to work (in...
@alex88 I call both `passport.initialize()` and `passport.session()` in my app. I also have 2 guards: 1 for the login itself (which is what's shown above), and 1 for pages that...
You can use the [`url` option](https://github.com/Dragory/modmailbot/blob/master/docs/configuration.md#url) to configure what's shown instead of **(random-IP-here)**! For example: ``` url = http://myproject.myusername.repl.it ```
The bot uses a text-only format by default, and this is unlikely to change as many users (including myself) prefer this. There will, however, be an official embed plugin in...
Do you have something (like another bot) that could be deleting the `!r` command message before modmail deletes it?
Agreed - this is something I'm looking to add in the future, but it will require a more robust permission system first to differentiate between moderators and admins/owners. I'll update...
Good idea, added to the TODO!