Skip to content

Commit

Permalink
include dojox/graphics/vml in the minified build to support old IE
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Aug 13, 2012
1 parent f342888 commit 9ca828d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Expand Up @@ -49,7 +49,7 @@ release-min: release-normal
for P in src docs/jsdoc tests tests_extended sample_data build; do \
rm -rf $(RELEASE_MIN_DIR)$$P; \
done;
for P in src/wig2png src/dojo/dojo.js src/dojo/nls src/dojo/resources src/dojox/grid src/dijit/themes/tundra src/dijit/icons src/JBrowse src/perl5; do \
for P in src/wig2png src/dojo/dojo.js src/dojo/nls src/dojo/resources src/dojox/grid src/dijit/themes/tundra src/dijit/icons src/JBrowse src/perl5 src/dojox/gfx/vml.js src/dojox/gfx/vml_attach.js ; do \
mkdir -p `dirname $(RELEASE_MIN_DIR)$$P`; \
cp -r $(RELEASE_FULL_DIR)$$P $(RELEASE_MIN_DIR)$$P; \
done
Expand Down

0 comments on commit 9ca828d

Please sign in to comment.