Skip to content

Commit

Permalink
fix(ascii-art): append ascii art to minified lib.js
Browse files Browse the repository at this point in the history
Closes #8763
  • Loading branch information
AleksueiR committed Mar 26, 2015
1 parent 796cf92 commit 4c3ad98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grunt/options/replace.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ module.exports =
usePrefix: false

files: [
src: 'dist/js/lib/lib.js'
dest: 'dist/js/lib/lib.js'
src: 'dist/js/lib/lib.min.js'
dest: 'dist/js/lib/lib.min.js'
]

api_esri:
Expand Down

0 comments on commit 4c3ad98

Please sign in to comment.