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
I'm using rails-assets/rails-assets to require bower components in my rails applications.
It allows bower components to be required as a gem, and it uses bower.json to know which files to make available in the gem we import.
But the main attribute of your bower.json does not include the css file, making it impossible for me to require it in my application (since only the .js file is downloaded).
Let me know if this causes any problem, as I'm not that familiar with bower.
Thanks !
PS: Of course I can still download the css file manually and use this directive with it, but it goes against the automation process bower is supposed to give.
The text was updated successfully, but these errors were encountered:
…ap-datetimepicker
# By Dale Lotts (9) and others
# Via Dale Lotts
* 'master' of https://github.com/dalelotts/angular-bootstrap-datetimepicker:
Add grunt karma:watch task to run tests in background while developing
Update readme to remove reference to Idea directory
Update readme to separate on-set-time from configuration options.
Add weekStart option and update to latest dependency versions. Also updated demo page.
Update README.md
Update to latest dependency versions and add ng-show example to demo page
Fix issue dalelotts#26 - Include css file in bower.json
Fix issue dalelotts#29
added weekStart option
Update callback function when date is selected to provide old and new values. Bump version to 0.2.1
Add a Bitdeli Badge to README
Conflicts:
src/js/datetimepicker.js
Hi,
I'm using rails-assets/rails-assets to require bower components in my rails applications.
It allows bower components to be required as a gem, and it uses
bower.json
to know which files to make available in the gem we import.But the main attribute of your
bower.json
does not include the css file, making it impossible for me to require it in my application (since only the.js
file is downloaded).Let me know if this causes any problem, as I'm not that familiar with
bower
.Thanks !
PS: Of course I can still download the css file manually and use this directive with it, but it goes against the automation process
bower
is supposed to give.The text was updated successfully, but these errors were encountered: