Philip Bräunlich
Philip Bräunlich
fixes #48
Hi! The problem is this line ``` let currentDayModel = new Date(currentYear, dayMonth - 1, day)``` https://github.com/soyuka/dpicker/blob/ce8d2aa11b599051278d107ccccbe08e48a09e7b/src/dpicker.js#L507 Because after that u are using the moment-adapter to compare `currentDayModel` with `min`...
301/302
I'd love to have a setting for 301 permanent and 302 temporary redirects. 301 is the default now, but it's not always what I want. (http://cheatsheet.processwire.com/session/properties-and-methods/session-redirect-url-false/)
When I have for example: ``` css div { margin: 20px; padding: 10px; transition: 1s all; } ``` it gets correctly prefixed to: ``` css div { margin: 20px; padding:...