Skip to content

Optional Bootstrap and FontAwesome lazyloading#183

Open
richarddewit wants to merge 1 commit into
yogiben:masterfrom
richarddewit:master
Open

Optional Bootstrap and FontAwesome lazyloading#183
richarddewit wants to merge 1 commit into
yogiben:masterfrom
richarddewit:master

Conversation

@richarddewit
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

levino commented May 25, 2016

This is great. Why does it not get merged?

@krishaamer
Copy link
Copy Markdown

This should be merged.

@levino
Copy link
Copy Markdown

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