I have an external script file that I need to link to a webworker. Here is the native links.
var RECORDER_WORKER_PATH = 'js/recorderWorker.js'; var ENCODER_WORKER_PATH = 'js/mp3Worker.js'; They don't properly link once I add them into the web2py framework. I tried this: var RECORDER_WORKER_PATH = "{{'static', 'js/recorderWorker.js'}}"; var ENCODER_WORKER_PATH = "{{'static', 'js/mp3Worker.js'}}"; But I still have had no luck. Any ideas? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.