
Grunt task to take build directory from current task and move it to another branch
The grunt-build-gh-pages plugin for Grunt is a powerful tool designed for developers who work with Git and need to manage builds effectively. This plugin enables users to take the output from their build process, stored in the dist directory, and push it to a separate branch—specifically an orphan branch like gh-pages. This is particularly useful when maintaining a clear separation between your source code and the generated files, offering a streamlined way to manage your project's deployment without the complications of merging.
If you're frequently updating your project's deployment branch with new builds, this plugin simplifies the process by handling the push operations efficiently. By automating the deployment of your builds to a dedicated branch, you can focus more on development rather than the intricacies of version control.
gh-pages, preventing clutter in your main working branches.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.