Hi all, I created a new task for Grunt [1] which uses the POST servlet to rollout local content to a repository managed by a runnign Sling instance. I also wrote some information in the README file, which can help you have a better understanding of what it does.
I found this task to be very handy for rapid prototyping of Sling-based applications. To use this task you only need a minimal Grunt build file. You can focus building the content in your filesystem, without bothering about configuration. The task also support the creation of arbitrary nodes by using .json files (more or less like the jcr.contentloader bundle already does), but you don't have to create a bundle or a Maven project. If anybody is interested in it, I would follow up with further development. Please keep in mind that I pushed it only some minutes ago and it has never been used in the wild. It's not yet deployed to NPM. Regards, Francesco [1]: http://gruntjs.com/ [2]: https://github.com/francescomari/grunt-sling
