From thg.bot at gmail.com Fri Jan 19 10:12:47 2018 From: thg.bot at gmail.com (Theo Bot) Date: Fri, 19 Jan 2018 11:12:47 +0100 Subject: [Catalyst] Prevent reloading javascript files Message-ID: Hi Is there a way to prevent your browser to reload javascript/css/images files on a page reload. I've tried to add use the appcache In the myapp.appcache file: CACHE MANIFEST # 2018-01-19:v1 # Cache section CACHE: /static/js/app.js /static/js/colorbox.js NETWORK: * However the manifest file doesn't seem to get parsed. I don't see it being loaded by firebug nor by the browserconsole. Any suggestions? -- Kind regards, Theo Bot -------------- next part -------------- An HTML attachment was scrubbed... URL: From robrwo at gmail.com Sat Jan 20 17:17:01 2018 From: robrwo at gmail.com (Robert Rothenberg) Date: Sat, 20 Jan 2018 17:17:01 +0000 Subject: [Catalyst] Prevent reloading javascript files In-Reply-To: References: Message-ID: Why not serve them directly through Apache? On Fri, 19 Jan 2018, 10:13 Theo Bot, wrote: > Hi > > Is there a way to prevent your browser to reload javascript/css/images > files on a page reload. I've tried to add use the appcache > > > > In the myapp.appcache file: > CACHE MANIFEST > # 2018-01-19:v1 > > # Cache section > CACHE: > /static/js/app.js > /static/js/colorbox.js > > > NETWORK: > * > > However the manifest file doesn't seem to get parsed. I don't see it being > loaded by firebug nor by the browserconsole. > > Any suggestions? > -- > Kind regards, > > Theo Bot > > _______________________________________________ > List: Catalyst at lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/catalyst at lists.scsys.co.uk/ > Dev site: http://dev.catalyst.perl.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thg.bot at gmail.com Sat Jan 20 18:24:32 2018 From: thg.bot at gmail.com (Theo Bot) Date: Sat, 20 Jan 2018 19:24:32 +0100 Subject: [Catalyst] Prevent reloading javascript files In-Reply-To: References: Message-ID: Somehow functions are executed twice when the the javascript file is reloaded. Regards Theo On Jan 20, 2018 18:22, "Robert Rothenberg" wrote: > Why not serve them directly through Apache? > > On Fri, 19 Jan 2018, 10:13 Theo Bot, wrote: > >> Hi >> >> Is there a way to prevent your browser to reload javascript/css/images >> files on a page reload. I've tried to add use the appcache >> >> >> >> In the myapp.appcache file: >> CACHE MANIFEST >> # 2018-01-19:v1 >> >> # Cache section >> CACHE: >> /static/js/app.js >> /static/js/colorbox.js >> >> >> NETWORK: >> * >> >> However the manifest file doesn't seem to get parsed. I don't see it >> being loaded by firebug nor by the browserconsole. >> >> Any suggestions? >> -- >> Kind regards, >> >> Theo Bot >> >> _______________________________________________ >> List: Catalyst at lists.scsys.co.uk >> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst >> Searchable archive: http://www.mail-archive.com/ >> catalyst at lists.scsys.co.uk/ >> Dev site: http://dev.catalyst.perl.org/ >> > > _______________________________________________ > List: Catalyst at lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/ > catalyst at lists.scsys.co.uk/ > Dev site: http://dev.catalyst.perl.org/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: