Skip to content

Instantly share code, notes, and snippets.

@Bernardstanislas
Created June 18, 2015 09:37
Show Gist options
  • Save Bernardstanislas/ece1f4727b270224df5a to your computer and use it in GitHub Desktop.
Save Bernardstanislas/ece1f4727b270224df5a to your computer and use it in GitHub Desktop.
Update focus and focus components
#!/usr/bin/env bash
cd ../../focus
git checkout master
git pull
gulp build
cd ../focus-components
git checkout master
git pull
gulp build
cd ../rodolphe-demo/ui
brunch build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment