nicolas-besnard / adminlte2-rails

MIT License
104 stars 57 forks source link

No such file or directory @ rb_sysopen #16

Open dickson95 opened 8 years ago

dickson95 commented 8 years ago

I'm get this error when execute this instruction

  $ bin/rails generate admin_lte2

What happen?

texpert commented 8 years ago

What file is missing? I had such an issue with application.scss file missing - just renamed and edited the application.css accordingly.

danitome24 commented 7 years ago

I had the same issue and I renamed app/assets/stylesheets/application.css ~> app/assets/stylesheets/application.scss

mmiranda commented 7 years ago

touch app/assets/stylesheets/application.scss resolve the issue for me as well