123456789101112131415161718192021222324252627 |
- global-css:
- version: VERSION
- css:
- theme:
- assets/dist/styles/app.min.css: {}
- redirect-js:
- version: VERSION
- header: true
- js:
- assets/dist/scripts/redirect.min.js: { weight: -998, preprocess: false, minified: true }
- global-js:
- version: VERSION
- js:
- assets/dist/bower/jquery.hotkeys.js: { scope: footer }
- assets/dist/bower/imagesloaded.pkgd.min.js: { minified: true }
- assets/dist/bower/masonry.pkgd.min.js: { minified: true }
- assets/dist/scripts/main.min.js: { minified: true }
- dependencies:
- - core/drupal
- - core/matchmedia
- - core/matchmedia.addListener
- - core/jquery
- # - url_to_video_filter/player_embed
- # - url_to_video_filter/vimeo_embed
- # - url_to_video_filter/youtube_embed
|