Since ghost doesn't have jQuery anymore, if you want to build the theme with Grunt doesn't work. Now jQuery is harcoded, because of this reason, the theme works.
With this change the bower jQuery version is used.
So if a new release is generated, the line #41 of default.hbs (the root one) has to be deleted. It's the line which include jQuery from https://code.jquery.com/jquery-1.11.3.min.js
Since ghost doesn't have jQuery anymore, if you want to build the theme with Grunt doesn't work. Now jQuery is harcoded, because of this reason, the theme works. With this change the bower jQuery version is used. So if a new release is generated, the line #41 of default.hbs (the root one) has to be deleted. It's the line which include jQuery from https://code.jquery.com/jquery-1.11.3.min.js