soultrue
soultrue
Thanks Mattew! I tried your solution and it works. Thanks! But, it is only working for mustache files. JS files are still loading without query parameter. steal.production.js e.open("GET", a.src +...
Thanks a lot Matthew!! It works perfectly. I can modify the stealjs in my local but in server, we do not have access of stealjs library. Only thing we can...
Thanks! I tried to implement your suggested approach and it is working however, I am getting error on below section(**highlighted in Bold**): steal.config({ map: { "*": { "can": "/templates/components/libraries/1.2/can/1.1.6/can", }...
Yes. I do not have access of to change stealjs as it is placed in other server. I can only access steal.config.js. That is why I overridden the steal function...
Thanks a lot. You are great!!!
Sure. Thanks for your help again! On Fri, Nov 16, 2018 at 10:53 AM Matthew Phillips wrote: > Glad I could be of help! Would you mind if I emailed...
Sorry for delay: [email protected] On Fri, Nov 16, 2018 at 9:09 PM Matthew Phillips wrote: > What is a good email to contact you? > > — > You are...
> @soultrue could you try using a regular function (instead of arrow)? You mean like that: const getCurrentDate = function () { return new Date() }; }; ? I tired...
No luck :( Same error: Type 'typeof Date' is not assignable to type 'DateConstructor'. Just to clarify, we are getting this error for "global.Date" in below code snippet. **global.Date** =...