You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not related to a problem. Issue will track process to integrate Around Bootstrap into the clean Django application.
Describe the solution you'd like
Integrate the Around Bootstrap HTML into the Django template system.
Set up Node.js with a package.json file to manage dependencies.
Use Node.js to build all the necessary SCSS and JavaScript files.
Ensure that SCSS files are compiled correctly and that JavaScript functions (e.g., dropdowns, modals) work as expected in the app.
Set up the development workflow for automatic rebuilding of SCSS and JS files when changes are made.
Describe alternatives you've considered
Not using Node.js and relying on Django’s built-in static file handling and SCSS integration, but that would complicate things without the flexibility of Node.js tools.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Not related to a problem. Issue will track process to integrate Around Bootstrap into the clean Django application.
Describe the solution you'd like
Describe alternatives you've considered
Not using Node.js and relying on Django’s built-in static file handling and SCSS integration, but that would complicate things without the flexibility of Node.js tools.
The text was updated successfully, but these errors were encountered: