Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating Around Bootstrap into Django App #81

Open
davehorsfall opened this issue Dec 3, 2024 · 2 comments
Open

Integrating Around Bootstrap into Django App #81

davehorsfall opened this issue Dec 3, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@davehorsfall
Copy link
Collaborator

davehorsfall commented Dec 3, 2024

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.

@davehorsfall davehorsfall added the enhancement New feature or request label Dec 3, 2024
@davehorsfall davehorsfall self-assigned this Dec 3, 2024
davehorsfall added a commit that referenced this issue Dec 3, 2024
@AdrianDAlessandro
Copy link
Collaborator

@sbland This might overlap with / influence our discussion on RSEToolkit/rse-competencies-toolkit#119

@sbland
Copy link

sbland commented Dec 4, 2024

@davehorsfall @AdrianDAlessandro If helpful I got this working without any node using https://pypi.org/project/django-sass-processor/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants