browsersync-snippet.tpl.php |
theme/browsersync-snippet.tpl.php |
|
Default theme implementation to display a Browsersync snippet. |
browsersync.info |
browsersync.info |
|
name = Browsersync
description = Integrates the Browsersync (Node.js module) with Drupal.
package = Nodejs
core = 7.x
files[] = browsersync.test |
browsersync.module |
browsersync.module |
|
Code for the Browsersync module. |
browsersync.test |
browsersync.test |
|
Code for the tests of the Browsersync module. |
browsersync.theme.inc |
theme/browsersync.theme.inc |
|
Code for the Browsersync module theme related functions. |
README.txt |
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… |