- Add package.json dependencies: jquery, jquery-ui, moment, daterangepicker, wavesurfer.js, air-datepicker - Create scripts/setup-vendor.js to copy npm packages to public/assets/vendor - Update view templates to use vendor paths instead of old /js/ or CDN URLs - Clean up legacy commented-out scripts in master layout
16 lines
548 B
Plaintext
16 lines
548 B
Plaintext
parameters:
|
|
checkMissingIterableValueType: false
|
|
|
|
ignoreErrors:
|
|
- '#Call to an undefined method DateTimeInterface::add\(\)#'
|
|
- '#Call to an undefined method DateTimeInterface::modify\(\)#'
|
|
- '#Call to an undefined method DateTimeInterface::setDate\(\)#'
|
|
- '#Call to an undefined method DateTimeInterface::setTime\(\)#'
|
|
- '#Call to an undefined method DateTimeInterface::setTimezone\(\)#'
|
|
- '#Call to an undefined method DateTimeInterface::sub\(\)#'
|
|
|
|
level: max
|
|
|
|
paths:
|
|
- src/
|