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

Good practice for dependencies management ? #11

Open
sorriso opened this issue Jun 16, 2015 · 0 comments
Open

Good practice for dependencies management ? #11

sorriso opened this issue Jun 16, 2015 · 0 comments

Comments

@sorriso
Copy link

sorriso commented Jun 16, 2015

it is difficult to know the version of external library that are used, and which files belongs to which library a solution MAY be to store them in a structured manner:

/assets/js/dependencies/
angular/v1.3.4/angular.js
bootstrap/v3.3.4/bootstrap.js
/assets/fonts/
bootstrap/v3.3.4/glyphicons-.
font-awesome/v4.3.0/fontawesome-.
assets/styles/
bootstrap/v3.3.4/.css, ..css.map

It could be a good practice to propose that permit more easier maintenance and upgrade

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

No branches or pull requests

1 participant