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

Dependency tracking - 70 pts #8

Closed
kgcreative opened this issue Feb 2, 2017 · 3 comments
Closed

Dependency tracking - 70 pts #8

kgcreative opened this issue Feb 2, 2017 · 3 comments
Assignees
Milestone

Comments

@kgcreative
Copy link
Contributor

kgcreative commented Feb 2, 2017

Similar to #7

  • Figure out a way of making modules aware of themselves
  • Figure out a module loading strategy that is dynamic and light.
  • It would be nice to have conditional loads and on-demand imports.
@kgcreative
Copy link
Contributor Author

I rolled up all the settings into a settings rollup, which can be imported as the first item in any component or Mixin.

Mixins and functions can now also be safely imported at the start of every component as needed. (If they are dependencies of that module)
The settings rollup includes global settings, core functions, bourbon, beat and variables.
Global settings includes all the needed bourbon and neat settings as well.

@sherakama sherakama added this to Backlog in Version 2.x.x Sep 6, 2017
@sherakama sherakama moved this from Backlog to In Progress in Version 2.x.x Nov 24, 2017
@sherakama
Copy link
Member

Work on this is here.
#54

@sherakama
Copy link
Member

This task has changed.

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

No branches or pull requests

3 participants