stephanecollot / DatetimepickerBundle

MIT License
57 stars 58 forks source link

Missing bootstrap files #8

Closed ghost closed 10 years ago

ghost commented 10 years ago

In my Symfony project, I want to use your datetimepicker, but when I add it, the following files can't be found:

<link href="/css/bootstrap.min.css" rel="stylesheet" />
<script src="/js/jquery.min.jss"></script>
<script src="/js/bootstrap.min.js"></script>

Which other bundle do I have to install to get these files?

ghost commented 10 years ago

I managed to fix it:

Download bootstrap from http://getbootstrap.com/ and place the folders and files in archive in web/ . Also download jQuery from http://jquery.com/download/ and place the files in web/js

Make sure the asset calls use the filename as in the archives.

Perhaps there is a better method, but this works.

ghost commented 10 years ago

NB I just noticed I needed bootstrap 2.3.2 to have the icons shown: http://getbootstrap.com/2.3.2/