Anunastart
Anunastart is based on Gromf, but has some adjustments and improvements for better workflow., (*1)
Gromf is a WordPress starter theme based on Roots 7.0, using Foundation & Gulp instead of Bootstrap & Grunt., (*2)
Gulp
To limit the need to stop and start Gulp to add bower-scripts and other stuff that is needed on all page requests, we've added a simpler method., (*3)
Add your scripts within the vendors.json
file and they magically become part of your scripts.js file (if you've booted gulp of course)., (*4)
DOM Based Router
Roots has this thing they call DOM Based routing. In Anunastart you can route your stuff in the same way, except we are using this awesome jQuery-plugin called jquery-dom-router., (*5)
It's kind of exactly the same, only it responds to live changes of classes on your <body>
-tag and the syntax is way sexier. Check it out!, (*6)