Skip to content

Commit

Permalink
chore: update all css and js assets
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 1, 2019
1 parent 190caf3 commit 991a198
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/asset_compress.ini
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[crudview.css]
files[]=https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.css
files[]=https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.min.css
files[]=https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.1/css/selectize.bootstrap3.min.css
files[]=https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.css
files[]=https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css
files[]=https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/css/selectize.bootstrap3.min.css
files[]=plugin:CrudView:css/local.css

[crudview_head.js]
files[]=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment-with-locales.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.1/js/standalone/selectize.js
files[]=https://cdn.jsdelivr.net/jquery.dirtyforms/1.2.2/jquery.dirtyforms.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment-with-locales.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js
files[]=https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/js/standalone/selectize.js
files[]=https://cdn.jsdelivr.net/jquery.dirtyforms/1.2.3/jquery.dirtyforms.min.js

[crudview.js]
files[]=plugin:CrudView:js/local.js

0 comments on commit 991a198

Please sign in to comment.