Jake

Results 7 issues of Jake

When using require to load modules, this fails because zeroclipboard is not put onto the window object. see https://github.com/zeroclipboard/zeroclipboard/blob/master/dist/ZeroClipboard.js#L2577 to fix, I added `window.ZeroClipboard = require('zeroclipboard');` in my app config;...

Would be great to see this in a Bower package!

I'm using Juice via https://github.com/scandox/nodemailer-juice. There was an errant character in my stylesheet - but instead of throwing an error, Juice simply inlined the styles up to the point of...

Allow user to pass image_html in order to customize the image, if they need special markup there. An example use-case would be a user who needs to insert an icon...

Cannot be used with projects which productionize using Requirejs's built in optimizer. The following error in the optimized version: ``` require.js:1Uncaught Error: Module name "moment" has not been loaded yet...

fixes jquery dependency in https://github.com/marceljuenemann/angular-drag-and-drop-lists/pull/245