mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:08:44 +08:00
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
|
// Manifest
|
||
|
//
|
||
|
//= require common
|
||
|
//= require_tree ./mobile
|
||
|
//
|
||
|
// For now, include all desktop css. But once we add files in ./mobile that override
|
||
|
// files in ./application, we'll need to only include the files we need:
|
||
|
//
|
||
|
//= require_tree ./application
|