You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module helps manage varnish cache for your Magento 2 store. It supports a multiple varnish server configuration. Purge requests can be sent to all these servers in order to purge a specific URL, a whole store view, or simply to purge all the cache that is contained in said varnish server. Additionally, the purge process can be executed automatically on product or CMS page save. Cache exclusion rules can be set to not cache paths or Magento routes. Finally, there exists a _debug_ mode that will display if Varnish FPC was used in loading the page and which exclusion rules should be blamed if the page is excluded.
14
+
This module helps manage varnish Cache™ for your Magento 2 store. It supports a multiple varnish server configuration. Purge requests can be sent to all these servers in order to purge a specific URL, a whole store view, or simply to purge all the cache that is contained in said varnish server. Additionally, the purge process can be executed automatically on product or CMS page save. Cache exclusion rules can be set to not cache paths or Magento routes. Finally, there exists a _debug_ mode that will display if Varnish FPC was used in loading the page and which exclusion rules should be blamed if the page is excluded.
15
15
16
16
## Documentation
17
17
@@ -26,9 +26,13 @@ All JetRails® modules use __Grunt__ as a build system. Grunt is a package that
26
26
|`version`| Updates the version number in all __php__ and __xml__ files with the one defined in __package.json__. |
27
27
|`release`| This command first runs __init__ and then __resolve__. It then compresses the source and dependencies and outputs the archive in __dist__. This command gets the repo ready for a git commit. |
28
28
|`deploy`| Will upload dependencies and source code to a staging server. Credentials to this server can be configured in the __package.json__ file under the _staging_ attribute. |
29
-
|`stream`| Will watch the __lib__ and __src__folders for any changes. Once a change occurs it will run the __deploy__ task. |
29
+
|`watch`| Will watch the __src__folder for any changes. Once a change occurs it will run the __deploy__ task. |
30
30
|| The default task is aliased to run the __release__ task. |
31
31
32
32
## Docker Environment
33
33
34
34
This project comes with a [docker-compose.yml](docker-compose.yml) file as well as a [docker-sync.yml](docker-sync.yml) file, which can be used to spin up a Magento 2 environment. In order to use docker, please make sure you have **Docker**, **Docker Compose**, and **Docker Sync** installed. For information about configuring this docker environment, please refer to it's Github repository which can be found [here](https://github.com/jetrails/docker-magento-alpine).
35
+
36
+
## Legal Disclaimer
37
+
38
+
Varnish is a registered trademark of Varnish Software AB and its affiliates.
0 commit comments