Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
base:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
# Adjust the weights to load these early.
|
|
|
|
component:
|
|
|
|
css/system.module.css: { every_page: true, weight: -10, }
|
|
|
|
theme:
|
|
|
|
css/system.theme.css: { every_page: true, weight: -10 }
|
|
|
|
dependencies:
|
|
|
|
- core/normalize
|
|
|
|
|
|
|
|
admin:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
theme:
|
|
|
|
css/system.admin.css: { weight: -10 }
|
|
|
|
dependencies:
|
|
|
|
- system/base
|
|
|
|
|
|
|
|
maintenance:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
theme:
|
|
|
|
css/system.maintenance.css: { weight: -10 }
|
|
|
|
dependencies:
|
|
|
|
- system/base
|
|
|
|
- system/admin
|
|
|
|
|
|
|
|
drupal.system:
|
|
|
|
version: VERSION
|
|
|
|
js:
|
|
|
|
system.js: {}
|
|
|
|
dependencies:
|
|
|
|
- core/jquery
|
|
|
|
- core/drupal
|
|
|
|
- core/drupalSettings
|
|
|
|
- core/jquery.once
|
|
|
|
|
|
|
|
drupal.system.modules:
|
|
|
|
version: VERSION
|
|
|
|
js:
|
|
|
|
system.modules.js: {}
|
|
|
|
dependencies:
|
|
|
|
- core/jquery
|
|
|
|
- core/drupal
|
|
|
|
- core/jquery.once
|
2014-11-28 20:51:14 +00:00
|
|
|
|
|
|
|
diff:
|
|
|
|
version: VERSION
|
|
|
|
css:
|
|
|
|
component:
|
|
|
|
css/system.diff.css: {}
|