Cereal Killer

Results 7 comments of Cereal Killer

Hello, i was having the same problem (layers sometimes were following the mouse pointer from top left corner, sometimes were working fine). I found that the problem was due to...

Now i'm using parallax wrapping it inside jQuery(window).load(function () { } instead of jQuery(document).ready(function () { } This works well; obviously, parallax will not start until the page is fully...

I understand the problem, but right now I can't figure how to say to grunt to compile them as separate files; I probably need to remove the @import rule and...

I guess this is related to an old version; can you confirm with latest version?

In truth I'm working on a complete rebuild; the main problem is to find a way to make it more maintenable in sync with the main summernote; I'll let you...

I just noticed that doing `import { DDP } from 'meteor/ddp` instead of `import { DDP } from 'meteor/ddp-client'` as shown in the meteor docs, seems to work; I'm able...