Skip to content

Instantly share code, notes, and snippets.

View BenjaminNeilDavis's full-sized avatar

Benjamin Davis BenjaminNeilDavis

View GitHub Profile

Testing local fuelux changes in other projects

RIGHT NOW:
Create a symlinked folder of your local version of fuelux inside of another project (eg: mctheme):

  1. In fuelux project where you are making fuelux changes: * bower link * This creates a symlink target.
  2. In target project you want to test with fuelux changes: * bower link fuelux fuelux-local * This creates a symlink. You now have local fuelux changes in your other project.
  • changes will apear in: bower_components/fuelux-local
@interactivellama
interactivellama / heroku-commands.sh
Last active March 20, 2023 14:33
Heroku commands
#Create new app
heroku apps:create [app-name]
# Change to development mode (install devDependencies in nodee)
heroku config:set npm_config_production=false
# Push a local branch that is not master
git push heroku [local-branch]:master
# Add existing Heroku app
@kevinelliott
kevinelliott / osx-10.10-setup.md
Last active December 1, 2023 08:21
Mac OS X 10.10 Yosemite Setup

Mac OS X 10.10 Yosemite

Custom recipe to get OS X 10.10 Yosemite running from scratch, setup applications and developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install. On average, I reinstall each computer from scratch every 6 months, and I do not perform upgrades between distros.

This keeps the system performing at top speeds, clean of trojans, spyware, and ensures that I maintain good organizational practices for my content and backups. I highly recommend this.

You are encouraged to fork this and modify it to your heart's content to match your own needs.

Install Software