You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js-test...@googlegroups.com
I've been loading a js loadSource plugin by adding it to the 'load' section. This has a problem, in that it doesn't affect the initial loading of the source. It only takes effect after using --reset.
Is there some other way to load javascript plugins, so they take effect before the initial loading of source files?
Bret Little
unread,
Oct 19, 2012, 1:33:45 PM10/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js-test...@googlegroups.com
Brian, did you ever figure this out? I am having issues getting the loadSource plugin to consistently load even with the --reset flag on the jsTestDriver client.
Cory Smith
unread,
Oct 19, 2012, 1:46:30 PM10/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js-test...@googlegroups.com
JsTD does, ah, "intelligent" caching of files. So, unless a file has
changed it won't be reloaded unless: --reset is passed, or a file
before it in the load order changes. This ignore preloading files,
which causes the files to be written into the webpage on load.