Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread HTML Header request
Thu, Jan 30 2014 7:55 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

Can we have a setting in the IDE somewhere (project options , maybe)
where I can add some HTML that will get included into the project code?

Everytime I compile my project I have to edit the HTML file that is
produced to add this code into the header:

<html manifest="/cache.manifest">

as my project is a mobile application that works offline, and I need to
ensure that they have the latest downloadable version when I make a change.

--
Chris Holland
[Team Elevate]
Thu, Jan 30 2014 5:00 PMPermanent Link

Uli Becker

+1

Also viewport settings and favicon have to be added manually at the moment.

Uli
Fri, Jan 31 2014 5:52 AMPermanent Link

Matthew Jones

FWIW, I have a little Delphi application that watches a set of files for their
datetime changing, and then applies any patches. It works well.

/Matthew Jones/
Fri, Jan 31 2014 5:54 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Chris,

<< Can we have a setting in the IDE somewhere (project options , maybe)
where I can add some HTML that will get included into the project code? >>

Yep, this is already on the list.  EWB 2.x will have an option to specify
additional tags for the project.  However, the manifest handling will most
likely be done automatically for you by EWB's compiler at some point.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Feb 3 2014 3:33 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

Excellent, even better if EWB can handle it for me.

Chris Holland
[Team Elevate]

On 31/01/2014 22:54, Tim Young [Elevate Software] wrote:
> Chris,
>
> << Can we have a setting in the IDE somewhere (project options , maybe)
> where I can add some HTML that will get included into the project code? >>
>
> Yep, this is already on the list.  EWB 2.x will have an option to
> specify additional tags for the project.  However, the manifest handling
> will most likely be done automatically for you by EWB's compiler at some
> point.
>
> Tim Young
> Elevate Software
> www.elevatesoft.com
Image