IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 4 forks source link

Setup JS toolchain for Tailwind and DaisyUI #69

Closed anirudhprabhakaran3 closed 5 months ago

anirudhprabhakaran3 commented 6 months ago

Description

Setup JS toolchain for Tailwind and DaisyUI.

Fixes # (issue)

Dependencies

List any dependencies that are required for this change.

Type of Change

What types of changes does your code introduce? Put an x in the boxes that apply

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration. (for bug fix / breaking change) Put an x in the boxes that apply


Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

render[bot] commented 6 months ago

Your Render PR Server URL is https://corpus-dev-pr-69.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cm4nc0ud3nmc73chhr50.

livecycle[bot] commented 6 months ago

ieee-nitk

Your Livecycle playground is ready 🎉.

🔃 _Updating from 94304152a358fe56dd3c01f67c93422bc7a4279f ➡️ 3fceac7b675d7dedab7df528a0aacce4e0a52a37 (view log)

Invite team members and start collaborating 💪

Members already invited * Nishant Nayak * Anirudh Prabhakaran

Click here to invite the rest of your team.

nishant-nayak commented 6 months ago

Is this something we want to add to dev environments? I definitely see the benefit in adding this toolchain for production releases, but unless there's a way to "hot reload" the Tailwind CSS definitions each time a change is made to frontend code I don't think we should add this to the development toolchain.

anirudhprabhakaran3 commented 6 months ago

Aah yes, there is. In the README instructions given, instead of using --minify we just have to use --watch and it will automatically reload everything.