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
But grunt-newer cannot be used for this. From grunt-newer's github page:
Known limitations
The newer task relies on Grunt's convention for specifying src/dest mappings. So it should be expected to work with two types of tasks:
Tasks that specify both src and dest files. In this case, the task prefixed by newer will be configured to run with src files that are newer than the corresponding dest file (based on the mtime of files).
Tasks that specify only src files. In this case, the task prefixed by newer will be configured to run with src files that are newer than the previous successful run of the same task.
Would be beneficial in larget projects to only upload the changed files using grunt-newer.
The text was updated successfully, but these errors were encountered: