Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Commit f205a73

Browse files
committed
fix(Legacy): move legacy cache bust into folder
1 parent 7de0b2c commit f205a73

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ module.exports = (grunt) ->
188188

189189
legacy_cache_bust:
190190
files: [
191-
{src: ["legacy-cache-bust.js"], dest: "dist/wallet.min.js", cwd: "assets", expand: true}
191+
{src: ["wallet.min.js"], dest: "dist/", cwd: "assets/legacy-cache-bust", expand: true}
192192
]
193193

194194
css:

0 commit comments

Comments
 (0)