foundation / foundation/panini
No way to refresh panini cache [v2.0]
Open
- Dominant language
- JavaScript
- Stars
- 593
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
When I use watch to update files I have the next workaround:
```
import paniniG from 'panini/gulp';
const panini = paniniG.create;
...
panini('src')...
```
In this case partials updated between watch cycles.
The problem is that `locales` data is not updated.
If I use regular way without `.create` then it's vice versa: locales data updated, but partials are not.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.