Ignore:
Timestamp:
Oct 28, 2008, 5:11:20 PM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Copy application files in the "build" target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config.json

    r72 r77  
    3838      {
    3939        "qx.legacy.theme" : "qx.legacy.theme.ClassicRoyale"
     40      },
     41      "require" :
     42      {
     43        "pf.Application" : [ "qx.legacy.theme.ClassicRoyale" ]
     44      },
     45      "copy-files" :
     46      {
     47        "files" : ["index.html", "pf.html", "sprintf.js", "wz_jsgraphics.js",
     48                   "entities.js"],
     49        "target" : "${BUILD_PATH}"
    4050      }
    4151    },
Note: See TracChangeset for help on using the changeset viewer.