Daniel Husar
Daniel Husar
Hi, yep it will detect only file itself so it will work only with root template files but Im still think it will be nice to have it worked :)...
Hi, sure I will do it during the weekend. Thanks.
Hi, I'm getting this error message now: Running "newer:swig:development" (newer) task Fatal error: path must be a string ``` swig: { development: { init: { autoescape: true }, dest: "public/",...
No worries, thanks for your effort :)
Hi, dynamic files are already supported like this: ``` files: { 'tmp/': 'test/fixtures/*.css' } ``` You want explicitly support for that conventions there ?
Hey, sure, I can add this support during the christmas.
Hey, cheers. I might not get into this today, but I will definitely take a look during the weekend. You can create a PR from this branch, its easier to...
I have similar issue. It only appear when `ScrollView` is in the tree that has position absolute.
Hey, I think I need to completely rewrite it because lot of things changed :)
The above fix doesnt work for me, so I had to fork the repo and patch it. This is the change that works for me: https://github.com/sanniassin/react-input-mask/pull/309