I like things that make my life easier. I'm lazyefficient, so it bothers me to do the same task repetitively when it's something I can automate. Grunt is a useful tool for those kinds of tasks. You can create custom tasks that handle things for yo … »
-
Everyday Grunt - Custom Tasks For The Common Code -
Clean Up Your Gruntfile I really don't like looking at a gruntfile with 20 config entries and everything all defined in a gigantic config object. Today, we'll look at a couple techniques for cleaning up the Gruntfile. Clean up Task Configs At the root of your project, cr … »
-
Angular Unit Testing part 1 - Local Storage In my last blog post, we went over one strategy for utilizing HTML5 Local Storage to help provide offline access functionality to an application. In this tutorial, we'll go over how to build unit tests against an Angular service that works with Loca … »