Changeset 408 for Dev/branches/rest-dojo-ui/build
- Timestamp:
- 09/05/12 15:50:38 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui/build
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/build/build.sh
r407 r408 1 1 #!/bin/bash 2 3 PROFILE=$1 4 if [ -z "$PROFILE" ]; then 5 echo "Usage: $0 <profile.js>" 6 exit 1 7 fi 2 8 3 9 TIME0=$SECONDS … … 11 17 12 18 echo "Start Dojo build process." 13 "$SRCDIR/util/buildscripts/build.sh" --profile rft.profile.js19 "$SRCDIR/util/buildscripts/build.sh" --profile "$PROFILE" 14 20 15 21 echo "Copying application top level resources." -
Dev/branches/rest-dojo-ui/build/release.profile.js
r407 r408 37 37 'dijit', 38 38 'dojox', 39 'rft' 39 'rft', 40 'config' 40 41 ], 41 42 … … 48 49 'rft/run' :{ 49 50 include: [ 'rft/run' ] 51 }, 52 'config/db' :{ 53 include: [ 'config/db' ] 50 54 }/*, 51 55 'rft/view' :{
Note: See TracChangeset
for help on using the changeset viewer.