dimanche 7 juin 2015

Ruby on Rails require CSS error

I have a problem with Ruby on Rails rquire statements.

I want to add a reset.css file before the require_tree.

I have a application.css:

/*
 *= require reset
 *= require_tree
 *= require_self .
 */

By doing this I am always gearing an error: wrong number of arguments (1 for 0). Where is the problem?

Aucun commentaire:

Enregistrer un commentaire