Skip to content

Instantly share code, notes, and snippets.

@sweisgerber-dev
Last active March 22, 2018 19:26
Show Gist options
  • Save sweisgerber-dev/8bd8840b0258453e3e54354fa7cc540b to your computer and use it in GitHub Desktop.
Save sweisgerber-dev/8bd8840b0258453e3e54354fa7cc540b to your computer and use it in GitHub Desktop.
Jetbrains Products (Webstorm, PHPStorm, IntelliJ) - Jekyll Run Script
#!/usr/bin/env bash
PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
export PATH=:$PATH
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
bundler exec jekyll s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment