You are here

README.txt in Browsersync 8.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
INTRODUCTION
============

Browsersync helps you integrate the Browsersync Node.js module
(http://browsersync.io/) with your Drupal site by including the required
JavaScript snippet into your website, just before the closing </body> tag.

Please note that this module DOES NOT run Browsersync for you. You will still
need to run it from the command line using one of the following methods:

 * Browsersync Command Line Usage (http://www.browsersync.io/docs/command-line/)
 * Browsersync + Gulp.js (http://www.browsersync.io/docs/gulp/)
 * Browsersync + Grunt.js (http://www.browsersync.io/docs/grunt/)


CONFIGURATION
============

Configuration options are found on the settings page for the theme you wish to
use it on.

 1. Go to Appearance > Settings > { YOUR THEME }
 2. Tick "Enable Browsersync"
 3. Optionally, add the server information
 4. Save


MAINTAINERS
===========

 *  jorgegc <https://www.drupal.org/u/jorgegc>

File

README.txt
View source
  1. INTRODUCTION
  2. ============
  3. Browsersync helps you integrate the Browsersync Node.js module
  4. (http://browsersync.io/) with your Drupal site by including the required
  5. JavaScript snippet into your website, just before the closing tag.
  6. Please note that this module DOES NOT run Browsersync for you. You will still
  7. need to run it from the command line using one of the following methods:
  8. * Browsersync Command Line Usage (http://www.browsersync.io/docs/command-line/)
  9. * Browsersync + Gulp.js (http://www.browsersync.io/docs/gulp/)
  10. * Browsersync + Grunt.js (http://www.browsersync.io/docs/grunt/)
  11. CONFIGURATION
  12. ============
  13. Configuration options are found on the settings page for the theme you wish to
  14. use it on.
  15. 1. Go to Appearance > Settings > { YOUR THEME }
  16. 2. Tick "Enable Browsersync"
  17. 3. Optionally, add the server information
  18. 4. Save
  19. MAINTAINERS
  20. ===========
  21. * jorgegc