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

Missing caching strategy #50

Closed
jzaefferer opened this issue Sep 22, 2016 · 3 comments
Closed

Missing caching strategy #50

jzaefferer opened this issue Sep 22, 2016 · 3 comments

Comments

@jzaefferer
Copy link

On our ember-cli app we're seeing these deprecations:

DEPRECATION: ember-cli-htmlbars-inline-precompile is opting out of caching due to an AST plugin that does not provide a caching strategy: `ember-css-modules`.
DEPRECATION: ember-cli-htmlbars is opting out of caching due to an AST plugin that does not provide a caching strategy: `ember-css-modules`.

I don't quite understand what's going on. In ember-cli/ember-cli-htmlbars#92 I was asked to file an issue here.

@dfreeman
Copy link
Member

dfreeman commented Sep 22, 2016

@jzaefferer This was fixed in 0.4.2 (the same day the caching changes were made in ember-cli-htmlbars). Can you confirm you're on the most up to date version of ember-css-modules?

@jzaefferer
Copy link
Author

I'm probably not. Not sure why I didn't think of checking that first. Testing that now.

@jzaefferer
Copy link
Author

That helped. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants