Skip to content

Commit

Permalink
remove bootstrap-timepicker from build and footer includes
Browse files Browse the repository at this point in the history
we no longer use the library as of 2760795
  • Loading branch information
crossan007 committed Jan 24, 2020
1 parent 51efe2a commit 0d694a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ module.exports = function (grunt) {
src: ['node_modules/bootstrap-toggle/css/bootstrap-toggle.css', 'node_modules/bootstrap-toggle/js/bootstrap-toggle.js'],
dest: 'src/skin/external/bootstrap-toggle/'
},
{
expand: true,
filter: 'isFile',
flatten: true,
src: ['node_modules/bootstrap-timepicker/css/bootstrap-timepicker.min.css', 'node_modules/bootstrap-timepicker/js/bootstrap-timepicker.min.js'],
dest: 'src/skin/external/bootstrap-timepicker/'
},
{
expand: true,
filter: 'isFile',
Expand Down
1 change: 0 additions & 1 deletion src/Include/Footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@

<script src="<?= SystemURLs::getRootPath() ?>/skin/external/bootstrap-datepicker/bootstrap-datepicker.min.js"></script>
<script src="<?= SystemURLs::getRootPath() ?>/skin/external/bootstrap-daterangepicker/daterangepicker.js"></script>
<script src="<?= SystemURLs::getRootPath() ?>/skin/external/bootstrap-timepicker/bootstrap-timepicker.min.js"></script>

<script src="<?= SystemURLs::getRootPath() ?>/skin/external/datatables/pdfmake.min.js"></script>
<script src="<?= SystemURLs::getRootPath() ?>/skin/external/datatables/vfs_fonts.js"></script>
Expand Down
1 change: 0 additions & 1 deletion src/skin/churchcrm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// ( http://spaceninja.com/2015/03/31/ie-css-limits/ )

@import 'external/bootstrap-datepicker/bootstrap-datepicker.standalone.min.css';
@import 'external/bootstrap-timepicker/bootstrap-timepicker.min.css';
@import 'external/bootstrap-daterangepicker/daterangepicker.css';
@import 'external/datatables/datatables.min.css';
@import 'external/select2/select2.min.css';
Expand Down

0 comments on commit 0d694a5

Please sign in to comment.