Skip to content

Commit 53e0361

Browse files
committed
Updating to latest version of the Mini Cart to fix a duplicate render issue
1 parent 97bb32a commit 53e0361

4 files changed

Lines changed: 97 additions & 267 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function (grunt) {
2222
}
2323
},
2424
bundled: {
25-
src: [ "<banner:meta.banner>", "lib/MiniCart/minicart.js", "src/paypal-button.js" ],
25+
src: [ "<banner:meta.banner>", "lib/MiniCart/src/minicart.js", "src/paypal-button.js" ],
2626
dest: "dist/paypal-button-minicart.js",
2727
options: {
2828
banner: "/*!\n * <%= pkg.name %>\n * <%= pkg.description %>\n * @version <%= pkg.version %> - <%= grunt.template.today(\'yyyy-mm-dd\') %>\n * @author <%= pkg.author.name %> <<%= pkg.author.url %>>\n */\n"
@@ -38,7 +38,7 @@ module.exports = function (grunt) {
3838
}
3939
},
4040
bundled: {
41-
src: [ "<banner:meta.banner>", "lib/MiniCart/minicart.js", "src/paypal-button.js" ],
41+
src: [ "<banner:meta.banner>", "lib/MiniCart/src/minicart.js", "src/paypal-button.js" ],
4242
dest: "dist/paypal-button-minicart.min.js",
4343
options: {
4444
banner: "/*!\n * <%= pkg.name %>\n * <%= pkg.description %>\n * @version <%= pkg.version %> - <%= grunt.template.today(\'yyyy-mm-dd\') %>\n * @author <%= pkg.author.name %> <<%= pkg.author.url %>>\n */\n"

0 commit comments

Comments
 (0)