Closed (fixed)
Project:
Coffee
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2015 at 00:45 UTC
Updated:
22 Dec 2015 at 21:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dunin commentedI replace hook_page_build() on hook_page_attachments() for add library.
Comment #3
dunin commentedComment #5
willzyx commentedI have tested the patch and it solves the issue. RTBC
Comment #6
willzyx commentedlet's add a very simple test for this
Comment #9
willzyx commentedThe CI errors are caused by 'No schema for coffee.configuration in Drupal\Core\Config\Testing\ConfigSchemaChecker->onConfigSave()'.
We need to declare the coffee.configuration config schema
opened #2631002: Add coffee.schema.yml and coffee.configuration.yml
Comment #10
willzyx commentedComment #11
willzyx commentedrerolled
Comment #13
willzyx commentedCommitted an pushed to 8.x. Thanks!