You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2021. It is now read-only.
I want to use grunt-newer, and it seems to only work with simple file mapping. So in grunt-haml-php I'm trying to get that setup. If I follow your example:
Hi,
(Thanks for the plugin!).
I want to use grunt-newer, and it seems to only work with simple file mapping. So in grunt-haml-php I'm trying to get that setup. If I follow your example:
the task won't run. Adding in an extra level to the hierarchy (per one of the other comments) sort of works:
The task runs, but the file names come out wrong:
So the filename gets duplicated. Any ideas?
Thanks!