Active
Project:
Graupl
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2025 at 21:02 UTC
Updated:
9 Mar 2026 at 22:43 UTC
Jump to comment: Most recent
An option for a local installation of graupl is provided through theme settings.
I'd like to implement a composer-extend.json file with stuff that people can extend into their own project so that the graupl library gets put into the libraries file and then make sure the graupl/graupl library points to those files accordingly.
Comments
Comment #2
nickdjmLocal install now works, but we need some instructions.
I've set up a composer.libraries.json that will use the composer extend plugin, and then npm-asset/graupl--graupl will also work assuming we set up the npm-asset/graupl--graupl library to put itself in `libraries/graupl`.
Comment #3
nickdjmThis is super out-of-date (as far as what needs to be documented). Everything has been moved to Graupl Libraries now including a composer.libraries.json file which can be extended using the composer extend plugin.
This needs to be documented.