Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyomahony authored Apr 17, 2017
1 parent e5575d7 commit ff0b526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Creating custom email templates can be tedious with Shopify. You have to login t

1. Run the `grunt` task from the root of the repo
2. Open up the email template you want to edit in `src/[template-name].liquid`
3. Add any new styles to the `assets/notifications/custom-styles.css` stylesheet and change any of the markup
3. Add any new styles to the `assets/notifications/inline-styles.css` stylesheet and change any of the markup
4. Grunt will automatically detect when you make changes and will compile a finished email templates with all of the CSS automatically inlined, ready to upload to the Shopify admin. These compiled templates are found in `dest/[template-name].inlined.html`
5. Go to the Shopify admin `/admin/email_templates/` and find the email template you are editing. Paste the contents of `dest/[template-name].inlined.html` into the editor and you can then preview the changes. Make further changes locally, paste it again into the editor and preview, and so on ...

Expand Down

0 comments on commit ff0b526

Please sign in to comment.