Skip to content

Commit

Permalink
added rect.js to the build script, rebuilt donatello-min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Newcome committed Dec 6, 2011
1 parent ae7a1dc commit cf57aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
cat donatello.js circle.js ellipse.js arc.js line.js | uglifyjs > build/donatello-min.js cat donatello.js rect.js circle.js ellipse.js arc.js line.js | uglifyjs > build/donatello-min.js
2 changes: 1 addition & 1 deletion build/donatello-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf57aaa

Please sign in to comment.