Skip to content

Commit

Permalink
add comments in dojo build script showing where to get tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Mar 6, 2012
1 parent 0afa2b6 commit ad91989
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jslib/jbrowse_dojo_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash
set -e;

### this is where to get the dojo source to build from
# wget http://download.dojotoolkit.org/release-1.3.3/dojo-release-1.3.3-src.tar.gz;
# tar -xzf dojo-release-1.3.3-src.tar.gz;

cd dojo-release-*-src/util/buildscripts;
./build.sh profileFile=../../../jbrowse_dojo.profile.js action=release copyTests=false mini=true optimize=shrinksafe version=0.0.0.jbrowse layerOptimize=shrinksafe cssOptimize=comments
cd ../../..;
Expand Down

0 comments on commit ad91989

Please sign in to comment.