Echo JS 0.11.0

<~>

ch8230 comments

ch8230 3404 days ago. link 1 point
I think the author could've abstracted the hide/show operation further into its own function.  The JS looks cleaner but the Angular markup is a little messier for little gain.
ch8230 3418 days ago. link 1 point
Is it meant to prefetch static pages or can I perhaps prefetch images or CSS files?
ch8230 3469 days ago. link 1 point
Good read. I appreciate the way you keep it simple.
ch8230 3566 days ago. link 1 point
Sounds like a nice improvement but I still see a flickering when atom first applies colors to code.
ch8230 3580 days ago. link 1 point
Seems vastly improved from the last version.  Good job!
ch8230 3667 days ago. link 2 points
Mitchell Baker's said: "While painful, the events of the last week show exactly why we need the web. So all of us can engage freely in the tough conversations we need to make the world better."

Mozilla has a double standard - not allowing their CEO to have his own beliefs while "defending" the web's free speech.
ch8230 3704 days ago. link -3 points
What I read between the lines: "I, Isaac, am the CEO and you are nothing."
ch8230 3746 days ago. link 2 points
Like the article says Gulp is easier to read but harder to write whereas Grunt is the opposite.

I'll stick to Grunt until I can confidently write a Gulp file.
ch8230 3761 days ago. link 1 point
I had issues running the default set up.  It would trip up on inline Javascript at the bottom of my page - i.e. a SCRIPT tag with google analytics would report an error.

I removed the code to a .js file and it worked fine.

I'll def. keep up with Mod to see if they continue to make improvements.