What does require_self mean?

后端 未结 3 1417
春和景丽
春和景丽 2020-12-13 08:44

In rails3.1 application.css we could see

/*
 *= require_self
 *= require_tree .
*/

I know that require_tree . is

3条回答
  •  离开以前
    2020-12-13 09:08

    //= require_self
    

    It loads the file itself, to define the order that the files are loaded.

提交回复
热议问题