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

Optional Bootstrap and FontAwesome lazyloading #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Optional Bootstrap and FontAwesome lazyloading #183

wants to merge 1 commit into from

Conversation

richarddewit
Copy link

This makes Bootstrap and FontAwesome lazyloading possible, for if you don't want to use both/either of those to be used in the entire project, but just in the Admin interface.

Usage:

@AdminConfig =
  # ...
  lazyLoad: {
    bootstrap: true
    fontawesome: true
  }

This makes Bootstrap and FontAwesome lasyloading possible, for if you don't want to use both/either of those to be used in the entire project, but just in the Admin interface.

Usage:

```coffeescript
@adminconfig =
  # ...
  lazyLoad: {
    bootstrap: true
    fontawesome: true
  }
```
@mpowaga
Copy link
Collaborator

mpowaga commented May 15, 2015

Nice idea. Ideally the route should wait for assets to load before rendering. Without this admin page looks "ugly" for a second or more (depends on bandwidth).

@levino
Copy link

levino commented May 25, 2016

This is great. Why does it not get merged?

@krishaamer
Copy link

This should be merged.

@levino
Copy link

levino commented Dec 27, 2016

@yogiben Is this repo still maintained?

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.

4 participants