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 976a014 commit 047c649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -996,8 +996,8 @@ module.exports = (grunt) ->
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 047c649

Please sign in to comment.