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
(apologies if this is obvious django amateur here..)
I'm looking for a way to handle the front end assets compiled within this template. Right now I see there is a version of bootstrap in there, but from what I can tell the version of the file isn't being managed in any way?
Is there a simple way to manage the front end dependencies (e.g. so I can set a bootstrap version to use and isolate that code somewhere). I'm thinking perhaps bower, or is there a feature like this already built into the pipeline?
Thanks for your time!
The text was updated successfully, but these errors were encountered:
Thanks for checking out this project! Unfortunately there is no front-end dependency management right now, all the "static assets" listed here were manually added to the project although I try to upgrade them when I notice there's a new version available.
Feel free to integrate bower and make a pull request, I'm unfamiliar with how bower works
(apologies if this is obvious django amateur here..)
I'm looking for a way to handle the front end assets compiled within this template. Right now I see there is a version of bootstrap in there, but from what I can tell the version of the file isn't being managed in any way?
Is there a simple way to manage the front end dependencies (e.g. so I can set a bootstrap version to use and isolate that code somewhere). I'm thinking perhaps bower, or is there a feature like this already built into the pipeline?
Thanks for your time!
The text was updated successfully, but these errors were encountered: