dungbanguyen / adminlte-rails

The AdminLTE Rails gem integrates AdminLTE theme with the Rails asset pipeline
https://github.com/shine60vn/adminlte-rails
MIT License
129 stars 73 forks source link

Removed other skins of iCheck except for flat #1

Closed ravensnowbird closed 10 years ago

ravensnowbird commented 10 years ago

Getting the following errors as these Skins are not present on AdminLte.

GET http://localhost:3000/assets/iCheck/minimal/_all.css 404 (Not Found) tickets:12 GET http://localhost:3000/assets/iCheck/square/_all.css 404 (Not Found) tickets:12 GET http://localhost:3000/assets/iCheck/line/_all.css 404 (Not Found) tickets:12 GET http://localhost:3000/assets/iCheck/polaris/polaris.css 404 (Not Found) tickets:12 GET http://localhost:3000/assets/iCheck/futurico/futurico.css 404 (Not Found) tickets:12

So removed them from import list.

dungbanguyen commented 10 years ago

@ravensnowbird thanks for your request :)