Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.
This repository was archived by the owner on May 15, 2019. It is now read-only.

Server Side Problems #1

@james-nagle

Description

@james-nagle

Script works fine updating css and javascript files but when trying to watch .php files it doesn't seem to work. Here is what my config options look like. (WordPress theme)

Reloadr.go({
    client: [
        '<?php bloginfo("stylesheet_directory") ?>/js/TSC.jquery.js',
        '<?php bloginfo("stylesheet_directory") ?>/js/TSCadmin.jquery.js',
        '<?php bloginfo("stylesheet_directory") ?>/style.css',
    ],
    server: [
        '<?php bloginfo("stylesheet_directory") ?>/front-page.php',
        '<?php bloginfo("stylesheet_directory") ?>/footer.php',
        '<?php bloginfo("stylesheet_directory") ?>/header.php',
        '<?php bloginfo("stylesheet_directory") ?>/index.php',
        '<?php bloginfo("stylesheet_directory") ?>/page.php',
    ],
    path: '<?php bloginfo("stylesheet_directory") ?>/reloadr.php',
    frequency: 4000
});

Any insights would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions