Skip to content

Instantly share code, notes, and snippets.

@light9
Last active September 21, 2015 13:36
Show Gist options
  • Select an option

  • Save light9/7603e133b69cef16bb0f to your computer and use it in GitHub Desktop.

Select an option

Save light9/7603e133b69cef16bb0f to your computer and use it in GitHub Desktop.
browser synch
npm install -g browser-sync
browser-sync start --files "/srv/www/crm/public_html/sites/all/themes/crm/css/*.css" --proxy --port 4000
//kill process
sudo netstat -lpn |grep :4000
fuser -n tcp -k 4000
/// after add js file before </body> and go to http://194.177.20.106:3009/
// for drupal use https://www.drupal.org/project/link_css
http://www.browsersync.io/docs/command-line/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment