polyforest / acornui-gradle

A bundle of Gradle plugins that helps build Acorn UI projects with ease.
Apache License 2.0
0 stars 0 forks source link

As an Acorn UI developer, I'd like to be able to use starter resource packs without having to clone Acorn UI. #53

Open fuzzyweapon opened 5 years ago

fuzzyweapon commented 5 years ago

requires research before committing to a sprint Publish the starter resource packs as a bundle. AKA, we'd like to be able to publish a single artifact (bundle) that contains many sets of resources (a set = resource pack).

This is convenient for consumers because they only have to pull down all the starter options once instead of referring back to documentation or searching repositories for new provided starter resource packs.

Ideally, we provide a way of declaring this kind of dependency for modules that lets users specify which pack they want to target (but defaults to 'basic').

Also, we should provide a way for consumers to easily see what's available in any of the resource bundles they've added along with the currently selected one (likely just a separate task that lives in the acorn ui branded 'help' task group).

fuzzyweapon commented 5 years ago

Transferring to polyforest/acornui-gradle-plugin to be addressed by plugin.