Skip to content
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

Add the ability for mailmason to generate and upload/update templates. #34

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2017

  1. Configuration menu
    Copy the full SHA
    19bc8c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Further decouple grunt-postmark from mailmason.

    Per @derekrushforth's comments on ActiveCampaign/grunt-postmark#3.
    
    [This](ActiveCampaign/grunt-postmark#3 (comment)) will break things for folks who are already using these changes (@gcoombe and @jmas) as we're now looking for `lowerCamel` variable names instead of `Title` cased ones. Just means a quick find/replace for `Name`/`name, `Subject`/`subject`, etc.
    
    I've internally changed the implementation of `postmark-templates-upload` to support in-memory `htmlBody` and `textBody` as well as lazy loaded paths `htmlSrc` and `textSrc` as @hybernaut originally had it. I didn't actually notice how far my changes had deviated from the default options for the `postmark-templates-upload` task when I filed the PR, but I actually like the idea of loading the template files instead of expecting them to be passed along as task data.
    randytarampi committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    9af44cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed8980 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    0a66470 View commit details
    Browse the repository at this point in the history