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

Handling front end dependencies #2

Open
fredkelly opened this issue Aug 23, 2015 · 1 comment
Open

Handling front end dependencies #2

fredkelly opened this issue Aug 23, 2015 · 1 comment

Comments

@fredkelly
Copy link

(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!

@imkevinxu
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants