Skip to content

Commit

Permalink
Merge pull request #91 from iskliarenko/excludejsurl
Browse files Browse the repository at this point in the history
Prevent https://www.gstatic.com/charts/loader.js URL from minification
  • Loading branch information
vvuksan authored Jul 27, 2017
2 parents 20e98c5 + 6f1f261 commit bb26142
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,12 @@
</fastly>
</full_page_cache>
</system>
<dev>
<js>
<minify_exclude>
gstatic.com
</minify_exclude>
</js>
</dev>
</default>
</config>

0 comments on commit bb26142

Please sign in to comment.