You are here

background_batch.libraries.yml in Background Process 8

background_batch/background_batch.libraries.yml

File

background_batch/background_batch.libraries.yml
View source
  1. background-process.batch:
  2. title: 'Background batch API'
  3. version: 1.0.0
  4. js:
  5. /js/batch.js:
  6. group: 0
  7. cache: false
  8. dependencies:
  9. - background_batch/background-process.progress
  10. background-process.progress:
  11. title: 'Background batch progress'
  12. version: VERSION
  13. js:
  14. /js/progress.js:
  15. group: 0
  16. cache: false