diff --git a/symfonycasts/tailwind-bundle/0.14/manifest.json b/symfonycasts/tailwind-bundle/0.14/manifest.json new file mode 100644 index 00000000..bae13335 --- /dev/null +++ b/symfonycasts/tailwind-bundle/0.14/manifest.json @@ -0,0 +1,6 @@ +{ + "bundles": { + "Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"] + }, + "aliases": ["tailwind", "tailwindcss"] +} diff --git a/symfonycasts/tailwind-bundle/0.14/post-install.txt b/symfonycasts/tailwind-bundle/0.14/post-install.txt new file mode 100644 index 00000000..54c9a835 --- /dev/null +++ b/symfonycasts/tailwind-bundle/0.14/post-install.txt @@ -0,0 +1,6 @@ + * Tailwind CSS is installed! Time to get rolling: + + * Run php bin/console tailwind:init to set up your Tailwind configuration + * Then start the watcher with php bin/console tailwind:build --watch + + * Read the docs at https://symfony.com/bundles/TailwindBundle/current/index.html