Search found 2 matches

by haplesscoder
Tue Jan 22, 2013 6:16 pm
Forum: Web-based Outputs
Topic: Referencing a Javascript File In a Master Page
Replies: 9
Views: 11730

Re: Referencing a Javascript File In a Master Page

Thanks Dave,

Indeed, Flare is correctly resolving the pats and putting in the correct number of ../../../to-the resources.

Unfortunately I'm still getting "Missing linked source file C:\blah\blah\blah\Resources\Scripts\foo.js" on every page. I've checked the output and Scripts\foo.js is being ...
by haplesscoder
Thu Jan 17, 2013 1:34 pm
Forum: Web-based Outputs
Topic: Referencing a Javascript File In a Master Page
Replies: 9
Views: 11730

Referencing a Javascript File In a Master Page

This is in HTML5 output...

I need to include a custom javascript file on every page so can add <script src="foo.js"></script> in the <head> section of the master page.

The questions are:
- Where in the project should foo.js live?
- The help topics are scattered at multiple directory levels so ...