Skip to content

Commit

Permalink
Fixing issue with corrupted theme files.
Browse files Browse the repository at this point in the history
Moving build control phase from "read, write" to just "copy" stopped
files PNG files being transitionally converted to UTF-8, therefore
breaking. Phew...
  • Loading branch information
James Thomas committed May 30, 2012
1 parent b04246f commit c81c402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/build/bdbuild/buildControlDefault.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ define(["./buildControlBase"], function(bc) {
}
return false;
},
["read", "write"]
["copy"]
],

[
Expand Down

0 comments on commit c81c402

Please sign in to comment.