I start the ruby ​​on rais server, go to login.html and give this error, Rails & js error

How can I fix it? without changing the application to default because then all css styles disappear, which does not suit me.

  • What does the search "log2" for your css? It feels like you got a piece of js there ... - Vasilisa
  • in application.css what is connected? - diproart
  • require_tree. * = require_self * / // = require select2 // = require daterangepicker // = require adminlte // = require adminlte-blue // = require datepicker3 // = require bootstrap-clockpicker // = require main // = require jquery. jcrop // = require diffview // = require ekko-lightbox - Strockin
  • disable (comment out) each line in turn, and find out what causes the error - diproart
  • after several server restarts, the error changed to a conflict between the versions of the 'autoprefixer-rails' plugin and node js .-. - Strockin

0