Olivier Audard

  • Home
  • Articles
  • Notes
  • Github
  • 2012

  • Some fun with git hooks and Grunt.js
    Olivier Audard
    July 23rd 2012
    articles
    Automation, GruntJS, git, gitHooks
    permalink, shortlink

    Before going further, I’ll start by saying that I’m a Git and Github noob, so if you have a better solution to achieve the same goal, give me a shout, I’ll be happy to hear it..!

    A few weeks ago, I implemented a small bookmarklet to apply google-code-prettify anywhere on the Web.
    I put the source code on Github and used the (awesome) Automatic Page Generator to quickly create a landing page to host my bookmarklet.

    The generated page lives on the same repository, on a branch called gh-pages.
    At this point, my concern was the following: How could I include the bookmarklet link on gh-pages branch from the source code living on the master?


Copyright © 2016-2023 Olivier Audard – I'm a human
  • Home
  • Articles
  • Notes
  • Github