Coder Social home page Coder Social logo

generator-htmlemail's People

Contributors

derek73 avatar dwightjack avatar izifortune avatar jahvi avatar zboralski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

generator-htmlemail's Issues

Cannot init project - lodash error?

I get this after filling out the prompts:

undefined:9 ((__t = ( paths.src )) == null ? '' : __t) + ^ ReferenceError: paths is not defined at eval (/lodash/template/source[1]:9:11) at HtmlEmailGenerator.underscore [as _engine] (/usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/lib/util/engines.js:33:30) at HtmlEmailGenerator.engine (/usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/lib/actions/actions.js:291:10) at HtmlEmailGenerator.template (/usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/lib/actions/actions.js:269:15) at HtmlEmailGenerator.prepareMainFiles (/usr/lib/node_modules/generator-htmlemail/app/index.js:158:10) at /usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/lib/base.js:290:20 at /usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/node_modules/async/lib/async.js:548:21 at /usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/node_modules/async/lib/async.js:224:13 at iterate (/usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/node_modules/async/lib/async.js:131:13) at /usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/node_modules/async/lib/async.js:142:25

Roadmap for v1.0.0

  • Prefix domain with http:// automatically if needed
  • Run tasks concurrently when possible
  • Support for adding multiple email targets
  • Support to change transport type
  • Allow users to change the initial template
  • Include SCSS support optionally
  • Add EJS support

Media Queries stripped out by premailer

Just thought you should know - media query blocks get stripped and inlined by premailer. To get round this, you'll need to put MQ's in a block in the index.html with:

<style data-premailer="ignore">
@media only screen and (max-device-width: 480px) {
....
}
</style>

Hope this is useful,

John

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.