Build and Publish Your Own Grunt Plugin

Stephan Max shows how to build your own little Grunt plugin and publish it via the npm package manager. This is a good tutorial. But since won’t create one in the near future, just skim it for now. Source: Build and Publish Your Own Grunt Plugin

Hello Node | The Jackal of Javascript

A quick guide on how to set up Nodejs and run the hello node application. We will also write our own http server that runs and node. Finally! It’s a start. Looking forward to another (done) tutorial. ???? Source: Hello Node | The Jackal of Javascript

Using Jade and Grunt to Speed Up HTML Production

Nouran Mahmoud introduces Jade, a Node-based template engine to preprocess your HTML, demonstrating how to automate HTML production with Jade using Grunt. Already use Jade for production. But this give a good base understanding. Also mixins and stuffs give a deeper knowledge. Going to try that in another time. Source: Using Jade and Grunt to […]