futurice / festapp-server

http://futurice.github.io/festapp-server/
MIT License
18 stars 19 forks source link

Fetch frontend dependencies in install stage #63

Open aajanki opened 10 years ago

aajanki commented 10 years ago

Instead of including bootstrap and other frontend dependencies in the git, fetch them during npm install/bower install.

Hilzu commented 10 years ago

Best-practice with Bower and front-end dependencies is to have them checked in to the repository.

deiga commented 10 years ago

@Hilzu yes, but currently they are just included in the admin panels index through CDN links :)

Hilzu commented 10 years ago

@deiga Well I guess that's fine too.

deiga commented 10 years ago

Not really, since relying on CDN's doesn't give you control over the dependencies