Coder Social home page Coder Social logo

email-lab's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

email-lab's Issues

CSS files are not live reloaded (fix included)

I just installed Email Lab and it works wonderful, thanks for all of your effort!

However I noticed that changes to SCSS files don't trigger LiveReload, although it's configured in Gruntfile.js - which is a bit tedious. After fiddling around a bit I found a quick fix. Within Grundfile.js, at "files" at the livereload config use '<%= config.src %>/scss/{,/}.scss' instead of '<%= config.tmp %>/css/{,/}.css

Error Message: unable to parse "settings.json"

I've successfully installed Grunt, Node & Bundler and followed steps 1-3 within my project's root directory.

After configuring my settings.json file, I entered 'Grunt Server' but got the following error message:

Error: Unable to parse "settings.json" file (Unexpected token “).
Warning: Task "server" not found. Use --force to continue.

Aborted due to warnings.

Does anyone know what could cause this?
Here's what my settings.json file looks like:

{
"from": “Peter Hironaka [email protected]"
"defaultTo": {
"name": “Peter Hironaka“,
"email": “[email protected]
},
"transport": {
"type": "SMTP",
"options": {
"service": “Gmail”,
"auth": {
"user": "[email protected]",
"pass": “xxxxxx“
}
}
}
}

How to inject styles into 'head' rather than 'body'

This may be a premailer or assemble question, but wondering if you know of a way to inject styles into 'head' rather than 'body' (general / media queries, not inline styles).

Any help is appreciated. Great tool!

Characters being replaced with Unicode in media queries

Hi there,

Excellent tool! However, I'm running into an issue on build / send where characters in media queries are being replaced with their Unicode equivalent. This is great for HTML, but breaks css. (I realize this has nothing to do with the injection of inline-css which is one of my favorite features... this is in regards to media-queries targeting for specific platforms).

Example of CSS render in markup: '.inner > tbody' becomes '.inner > tbody'

I've looked into grunt-premailer options, but to no avail. Any ideas how to turn this off (at least for CSS)?

Thanks for your time, and again, amazing tool!

Judah

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.