added js_cache_buster for browser cache fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
global-css:
|
||||
version: 0.0.1
|
||||
version: VERSION
|
||||
css:
|
||||
theme:
|
||||
# assets/fonts/ubuntu/ubuntu.css: {}
|
||||
@@ -7,17 +7,19 @@ global-css:
|
||||
assets/dist/main.css: {}
|
||||
|
||||
global-js:
|
||||
version: 0.0.1
|
||||
version: VERSION
|
||||
js:
|
||||
assets/dist/main.js:
|
||||
type: file
|
||||
minified: true
|
||||
preprocess: false
|
||||
enable_buster: true
|
||||
# assets/dist/vsa.js: { }
|
||||
assets/dist/vclb.js:
|
||||
type: file
|
||||
minified: true
|
||||
preprocess: false
|
||||
enable_buster: true
|
||||
dependencies:
|
||||
- core/drupal
|
||||
# - core/drupal.ajax
|
||||
|
Reference in New Issue
Block a user