This topic is locked

adding files to be included on builds

5/31/2009 2:29:26 PM
PHPRunner General questions
U
unimatrix author

I have a custom .js file for a custom Ajax call that I need to include on project builds. Would I use the source/includes directory or plugins directory to include these files?

R
rgfischerjr 5/31/2009

I have a custom .js file for a custom Ajax call that I need to include on project builds. Would I use the source/includes directory or plugins directory to include these files?


I believe you can put it in your source/include directory and that if you add the file to files.txt it will automatically copy it to the directory on each build.

U
unimatrix author 6/1/2009

that works.

Sergey Kornilov admin 6/2/2009

Here is the PHPRunner manual that provides a bit more details on this:

http://www.xlinesoft.com/phprunner/docs/in...ssing_rules.htm

U
unimatrix author 6/2/2009

Thanks for the link. We're now to the point of trying to figure out how to extend PHP Runner to do a few specific things, and generate those on build so that we don't have to go in and hack the generated files.