An example of how to use node-ssi in a custom Grunt task to inline all your apache includes.
Download the gist.
From the root of the project, run the following steps in your terminal:
-
Install the dependencies.
$ npm install
-
Run grunt.
$ grunt
Thank you @ryanfitzer!
This was really helpful! Sometimes the people developing the packages are too spartan in their explanations. Your gist truly saved my day. ;-)
Keep on rocking!