Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jade cache, level 2 #865

Merged
merged 3 commits into from
Feb 9, 2016
Merged

Jade cache, level 2 #865

merged 3 commits into from
Feb 9, 2016

Conversation

glebmachine
Copy link
Contributor

Changes:

  • Since now, jade compiled markup are cached between launches (got a headache on huge project).
  • JS Errors now prints callstack, instead of naked error message itself

How it works:

I have added LocalCache lib, with same api like LocalStorage. It store all cached data to .json file (rootPath + 'jadecache.json'). File creating only with jadeEnabled : true flag.

varya added a commit that referenced this pull request Feb 9, 2016
@varya varya merged commit 6d1995a into SC5:master Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants