Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.history
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# Quick-CSS-JS-Reloader
Quick CSS JS Reloader is a Chrome extension for quick updates to CSS and JavaScript without full page reloads. Ideal for WordPress developers, it boosts productivity by saving time on reloads. Easy to install and use, it's a must-have for efficient web development.
# CSS & JS Live Refresh for Chrome

CSS & JS Live Refresh is a Chrome extension designed to streamline the development process for web developers, particularly those working with WordPress and other CMS platforms. It enables the live refreshing of CSS and JavaScript files in the browser without the need to reload the entire page. This tool significantly reduces the time developers spend waiting for page reloads, allowing for a more efficient testing and development workflow.

## Features

- **Live Refresh**: Automatically detects changes to CSS and JavaScript files linked in your project and refreshes them in the browser.
- **Seamless Integration**: Works effortlessly with WordPress sites and other platforms where frequent reloading can be time-consuming.
- **Easy to Use**: Simply activate the extension while developing, and see your changes reflected instantly without manual reloads.
- **Customizable Settings**: Configure the extension to monitor specific files or directories based on your project's needs.

## Installation

1. Clone this repository or download the ZIP file.
2. Navigate to `chrome://extensions` in your Chrome browser.
3. Enable "Developer mode" at the top right.
4. Click "Load unpacked" and select the folder where you cloned or unzipped the extension.
5. The extension should now be installed and visible in your extensions list.

## Usage

After installing the extension, click on its icon in the Chrome toolbar to activate it for the current tab. Ensure your local development server is running, and the extension will monitor changes to your CSS and JavaScript files. When a change is detected, only the affected files are refreshed, keeping your application state intact.

## Contributing

Contributions are welcome! If you'd like to improve CSS & JS Live Refresh, please feel free to fork the repository, make your changes, and submit a pull request.

## License

This project is licensed under the MIT License.