Skip to content

Commit

Permalink
Moving flashuploader.swf to its own folder and modifying build.json t…
Browse files Browse the repository at this point in the history
…o properly copy it to build/uploader/assets
  • Loading branch information
allenrabinovich committed Sep 13, 2012
1 parent b90d442 commit 0814397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/uploader/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "uploader",
"builds": {
"uploader": {
"copy": [
[ "swf/flashuploader.swf", "../../build/uploader/assets/flashuploader.swf" ]
],
"jsfiles": [
"uploader.js"
]
Expand Down
File renamed without changes.

0 comments on commit 0814397

Please sign in to comment.