Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d510560

Browse files
committed
Merge pull request #3 from wearebase/remove-php-cachebuster
Remove PHP Cachebuster
2 parents 4bf601d + 99109f5 commit d510560

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Because Composer doesn't let you install to a folder of your choice, at the current time we are hijacking the [composer/installers](https://github.com/composer/installers) package for 'Craft Plugins'. This means you must add an item to your composer.json to place it in a folder of your choice. This will only affect users who use Craft CMS.
33

44
# Info
5-
This project is a collection of useful utilities, applicable to any web project. This includes Sass mixins and a PHP cachebuster. Wordpress utilities are not held in this project.
5+
This project is a collection of useful utilities, applicable to any web project. This includes Sass mixins.
66

77
# Install
88
Then include it in your composer:
@@ -34,9 +34,6 @@ If you do not specify this item in `composer.json` this utility will install to
3434

3535
# Enabling
3636

37-
## Enabling PHP
38-
* `include_once __DIR__.'/base-cache-buster.php';` to a variable and then echo that when you reference your scripts, CSS, favicon etc.
39-
4037
## Sass
4138
### Enabling Sass
4239
Add the package to your Compass build path. In this example, I've imported all of the packages for this project.
@@ -99,4 +96,4 @@ Examples of classes:
9996
* Append `t-` to apply to tablets only (requires import of "responsive")
10097
* Append `m-` to apply to mobile only (requires import of "responsive")
10198

102-
If you're referencing a gutter size that isn't being generated, simply adjust the variable for the amount of gutters you want. Gutters are generated from 0 up to the amount you specify.
99+
If you're referencing a gutter size that isn't being generated, simply adjust the variable for the amount of gutters you want. Gutters are generated from 0 up to the amount you specify.

php/base-cache-buster.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)