-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Magento2 Defer Javascripts | ||
============================= | ||
|
||
Defer Javascripts module for Magento 2 | ||
|
||
Backup!!! | ||
--------- | ||
Backup your database before launching the translation process!!! | ||
This module is provided "as is" and I'll not be responsible for any data damage. | ||
|
||
Installation | ||
------------ | ||
|
||
Simply download the whole repository and copy everything to your Magento document root. | ||
Otherwise with modman: | ||
```shell | ||
composer require fabrizioballiano/deferjavascripts | ||
``` | ||
|
||
Compatibility | ||
------------- | ||
This module was developed on Magento 2.1. | ||
If you have a different version of Magento and the module is working please drop me a line so I can update this compatibility list. | ||
|
||
Support | ||
------- | ||
If you have any issues with this extension, open an issue on GitHub. | ||
|
||
Contribution | ||
------------ | ||
Any contributions are highly appreciated. The best way to contribute code is to open a | ||
[pull request on GitHub](https://help.github.com/articles/using-pull-requests). | ||
|
||
Developer | ||
--------- | ||
Fabrizio Balliano | ||
[http://fabrizioballiano.com](http://fabrizioballiano.com) | ||
[@fballiano](https://twitter.com/fballiano) | ||
|
||
Licence | ||
------- | ||
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php) | ||
|
||
Copyright | ||
--------- | ||
(c) Fabrizio Balliano |