Search found 4 matches

by ncpunt
Wed Oct 27, 2021 11:37 am
Forum: Previewing and Publishing
Topic: Publishing external javascript files
Replies: 5
Views: 5214

Re: Publishing external javascript files

Works! Thank you so much.
by ncpunt
Tue Oct 26, 2021 7:32 am
Forum: Previewing and Publishing
Topic: Publishing external javascript files
Replies: 5
Views: 5214

Re: Publishing external javascript files

It worked perfect initially. Changes in the source files were nicely propagated to the published web site. But this stops at random after, which I am required to remove all modified files from the File Publisher and add them back again. This can lead to instant insanity.
by ncpunt
Mon Oct 25, 2021 5:18 am
Forum: Previewing and Publishing
Topic: Publishing external javascript files
Replies: 5
Views: 5214

Re: Publishing external javascript files

Yes, that works perfect! This allowes me to use Web Builder (GUI) and Visual Studio (C#.NET and JavaScript) side by side for application development in which Web Builder takes the role of the GUI designer like the WinForms designer in Visual Studio. I think for people like me the <HTML> component in ...
by ncpunt
Sun Oct 24, 2021 12:54 pm
Forum: Previewing and Publishing
Topic: Publishing external javascript files
Replies: 5
Views: 5214

Publishing external javascript files

I am using web builder for designing the GUI of a photino application. I put all my javascript in a single file (main.js) that I maintain using Visual Studio. I added this file to a web builder project using Site Manager ("Add external file"). But any changes in the javascript file are not ...