helm / helm-www

The Helm website for docs, blog and project info.
https://helm.sh
MIT License
200 stars 506 forks source link

Fix hugo serve / jquery.js #1545

Open gjenkins8 opened 8 months ago

gjenkins8 commented 8 months ago

Currently hugo serve locally reports the following error. Unsure as to why, but somehow the vendered jquery is invalid. This PR bumps to the latest v2 jquery (TBD: reference source)

$  hugo serve
...
Error: error building site: MINIFY: failed to transform "js/jquery.js" (text/javascript): unexpected /*!
 * Sizzle CSS Selector Engine v1.10.19
 * http://sizzlejs.com/
 *
 * Copyright 2013 jQuery Foundation, Inc. and other contributors
 * Released under the MIT license
 * http://jquery.org/license
 *
 * Date: 2014-04-18
 */ in expression on line 14 and column 13202
   14: ...object "+b+"]"]=b.toLowerCase()});var eb=/*!
                                                   ^
gjenkins8 commented 8 months ago

fixes: #1539