File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
Defer Javascripts module for OpenMage (and Magento 1.9)
2
2
=============================
3
3
4
+ Features
5
+ ---------
6
+ - moves all javascript tags just before the ` </body> ` tag
7
+ - removes all HTML comments
8
+
9
+ Known Issues
10
+ ------------
11
+
12
+ The module can't detect scripts that have been commented out, they'll become active again.
13
+
4
14
Backup!!!
5
15
---------
6
16
Backup your database before launching the translation process!!!
@@ -9,16 +19,9 @@ This module is provided "as is" and I'll not be responsible for any data damage.
9
19
Installation
10
20
------------
11
21
12
- Simply download the whole repository and copy everything to your Magento document root.
13
- Otherwise with modman:
14
- ``` shell
15
- modman clone https://github.com/fballiano/magento-defer-javascripts
16
- ```
17
-
18
- Known Issues
19
- ------------
20
-
21
- The module can't detect scripts that have been commented out, they'll become active again.
22
+ Install via composer (` composer require fballiano/openmage-defer-javascripts ` ),
23
+ modman (` modman clone https://github.com/fballiano/openmage-defer-javascripts ` )
24
+ or any other way you like
22
25
23
26
Support
24
27
-------
You can’t perform that action at this time.
0 commit comments