Skip to content

Instantly share code, notes, and snippets.

@juanhuttemann
Last active October 9, 2017 01:00
Show Gist options
  • Save juanhuttemann/09cc4936ac5e00c8392a3ee7f48f08d9 to your computer and use it in GitHub Desktop.
Save juanhuttemann/09cc4936ac5e00c8392a3ee7f48f08d9 to your computer and use it in GitHub Desktop.
browser-sync rails
#instalar browser-sync
npm install -g browser-sync
#iniciar browser-sync
browser-sync start --proxy 192.168.33.10:3000 --files "app/assets/stylesheets/**/*.scss, app/views/**/*.html.erb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment