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 Mar 26, 2018. It is now read-only.
Since this plugin already has the behavior of automatically revving a sourcemap file to match the compiled file, processing the original sourcemap as well causes odd behavior. One example of this odd behavior includes ENOENT errors when revving in place since the filename changes before processing the match (Warning: ENOENT, no such file or directory 'c:\app.css.map').
Since this behavior is not obvious, I think it would be valuable if the plugin took its automatic behavior into account when processing the file list so that matched sourcemap files were simply skipped.
The text was updated successfully, but these errors were encountered:
Since this plugin already has the behavior of automatically revving a sourcemap file to match the compiled file, processing the original sourcemap as well causes odd behavior. One example of this odd behavior includes
ENOENT
errors when revving in place since the filename changes before processing the match (Warning: ENOENT, no such file or directory 'c:\app.css.map').Since this behavior is not obvious, I think it would be valuable if the plugin took its automatic behavior into account when processing the file list so that matched sourcemap files were simply skipped.
The text was updated successfully, but these errors were encountered: