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
Version 1.0.0 breaks DB data saving back to file because it uses only in memory DB.
This is good feature and it's worth to implement it.
Major questions:
Since plugin allows to merge many files into one DB, how to deal with this case? It's generally impossible to propagate DB changes back to appropriate file.
Server reloading works via gulp's watch, so modifying source file when reloading DB will cause server reloading again causing infinite cycle then.
The solution for both issues is to save bundled DB changes to one file, speficied in options for plugin.
The text was updated successfully, but these errors were encountered:
Version 1.0.0 breaks DB data saving back to file because it uses only in memory DB.
This is good feature and it's worth to implement it.
Major questions:
The solution for both issues is to save bundled DB changes to one file, speficied in options for plugin.
The text was updated successfully, but these errors were encountered: