Last active
October 9, 2017 01:00
-
-
Save juanhuttemann/09cc4936ac5e00c8392a3ee7f48f08d9 to your computer and use it in GitHub Desktop.
browser-sync rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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