Ignore:
Timestamp:
09/05/12 15:50:38 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Added config/ to build. It looks like top-level JS files (like config/db.js and rft/run.js) don't use the cache correctly in a build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/build/build.sh

    r407 r408  
    11#!/bin/bash
     2
     3PROFILE=$1
     4if [ -z "$PROFILE" ]; then
     5    echo "Usage: $0 <profile.js>"
     6    exit 1
     7fi
    28
    39TIME0=$SECONDS
     
    1117
    1218echo "Start Dojo build process."
    13 "$SRCDIR/util/buildscripts/build.sh" --profile rft.profile.js
     19"$SRCDIR/util/buildscripts/build.sh" --profile "$PROFILE"
    1420
    1521echo "Copying application top level resources."
Note: See TracChangeset for help on using the changeset viewer.