Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 to 4.0.2. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/sprockets/compare/v3.7.2...v4.0.2) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production update-type: version-update:semver-major ... (Comment by Javi Martín): After this upgrade, compiling the assets is significantly slower. Also note we need to explicitely include CKEditor assets and the default application assets and images; we didn't have to do so in the past. Signed-off-by: dependabot[bot] <support@github.com>
15 lines
342 B
JavaScript
15 lines
342 B
JavaScript
//= link ckeditor/application.css
|
|
//= link ckeditor/application.js
|
|
//
|
|
//= link_tree ../images
|
|
//= link application.css
|
|
//= link application-rtl.css
|
|
//= link application.js
|
|
//
|
|
//= link ckeditor/config.js
|
|
//= link stat_graphs.js
|
|
//= link dashboard_graphs.js
|
|
//= link print.css
|
|
//= link pdf_fonts.css
|
|
//= link_tree ../../../vendor/assets/images
|