|
@@ -1,21 +1,22 @@
|
|
|
global-css:
|
|
|
version: VERSION
|
|
|
css:
|
|
|
- base:
|
|
|
+ theme:
|
|
|
assets/dist/styles/app.min.css: {}
|
|
|
|
|
|
history-js:
|
|
|
version: VERSION
|
|
|
+ header: true
|
|
|
js:
|
|
|
- assets/dist/scripts/history.min.js: { weight:-998, scope: header }
|
|
|
+ assets/dist/scripts/history.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: { scope: footer }
|
|
|
- assets/dist/bower/masonry.pkgd.min.js: { scope: footer }
|
|
|
- assets/dist/scripts/main.min.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/drupal.ajax
|