Browse Source

:recycle: pointing to regular js file

tags/0.9.0
J 4 years ago
parent
commit
b4f7c893c8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vue-theme/functions.php

+ 1
- 1
vue-theme/functions.php View File

65
 	} else {
65
 	} else {
66
         wp_register_script(
66
         wp_register_script(
67
             'vue-theme',
67
             'vue-theme',
68
-            get_template_directory_uri() . '/build/main.js.gz',
68
+            get_template_directory_uri() . '/build/main.js',
69
             array( 'jquery' ),
69
             array( 'jquery' ),
70
             false,
70
             false,
71
             true 
71
             true 

Loading…
Cancel
Save