On Mon, Mar 19, 2012 at 8:21 AM, Peter Bittner <[email protected]> wrote:
> 2012/3/17 lkcl luke <[email protected]>:
>> On Sat, Mar 17, 2012 at 5:28 PM, lkcl luke <[email protected]> wrote:
>>> hey folks,
>>>
>>> ok you remember the cute idea of doing automatic parsing of the html
>>> loader file? well, um... when you try to install 2+ pyjs
>>> applications, guess what happens? only one of the loader files ends
>>> up with its HTML having the bootstrap loader tags added, because as
>>> far as the rest of the public/*.html files are concerned...
>
> Can you explain what "install 2+ pyjs applications" means? Can you
> give a (real world) example? Can you describe the build / deployment
> process?
all: index admin
index: index.py PageLoader.py index.html
pyjsbuild --no-keep-lib-files --no-compile-inplace --print-statements \
--apploader-file=index.html \
index
admin: admin.py edit.py admin.html
pyjsbuild --no-keep-lib-files --no-compile-inplace --print-statements \
--apploader-file=admin.html \
admin