File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ gulp.task('fontawesome', () => {
2020 . src (
2121 [
2222 'node_modules/@fortawesome/fontawesome-free/css/all.min.css' ,
23- 'node_modules/@fortawesome/fontawesome-free/js/all.min.js ' ,
24- 'node_modules/@fortawesome/fontawesome-free/webfonts/**/ *' ,
23+ 'node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-* ' ,
24+ 'node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid- *' ,
2525 ] ,
2626 { base : 'node_modules/@fortawesome/fontawesome-free' }
2727 )
Original file line number Diff line number Diff line change 44 < title > Django Files Options</ title >
55 < link rel ="icon " href ="../media/logo16.png " sizes ="any ">
66 < link rel ="stylesheet " type ="text/css " href ="../dist/bootstrap/bootstrap.min.css ">
7- < link rel ="stylesheet " type ="text/css " href ="../dist/fontawesome/js /all.min.js ">
7+ < link rel ="stylesheet " type ="text/css " href ="../dist/fontawesome/css /all.min.css ">
88 < link rel ="stylesheet " type ="text/css " href ="../css/options.css ">
99</ head >
1010< body class ="h-100 ">
@@ -97,7 +97,6 @@ <h1 class="align-middle">Django Files Extension</h1>
9797< script type ="text/javascript " src ="../dist/polyfill/browser-polyfill.min.js "> </ script >
9898< script type ="text/javascript " src ="../dist/jquery/jquery.min.js "> </ script >
9999< script type ="text/javascript " src ="../dist/bootstrap/bootstrap.bundle.min.js "> </ script >
100- < script type ="text/javascript " src ="../dist/fontawesome/js/all.min.js "> </ script >
101100< script type ="text/javascript " src ="../dist/clipboard/clipboard.min.js "> </ script >
102101< script type ="text/javascript " src ="../js/options.js "> </ script >
103102
Original file line number Diff line number Diff line change 44 < title > Django Files Popup</ title >
55 < link rel ="icon " href ="../media/logo16.png " sizes ="any ">
66 < link rel ="stylesheet " type ="text/css " href ="../dist/bootstrap/bootstrap.min.css ">
7- < link rel ="stylesheet " type ="text/css " href ="../dist/fontawesome/js /all.min.js ">
7+ < link rel ="stylesheet " type ="text/css " href ="../dist/fontawesome/css /all.min.css ">
88 < link rel ="stylesheet " type ="text/css " href ="../css/popup.css ">
99 < script type ="text/javascript " src ="../js/theme.js "> </ script >
1010</ head >
@@ -45,7 +45,6 @@ <h2>Django Files Extension</h2>
4545< script type ="text/javascript " src ="../dist/polyfill/browser-polyfill.min.js "> </ script >
4646< script type ="text/javascript " src ="../dist/jquery/jquery.min.js "> </ script >
4747< script type ="text/javascript " src ="../dist/bootstrap/bootstrap.bundle.min.js "> </ script >
48- < script type ="text/javascript " src ="../dist/fontawesome/js/all.min.js "> </ script >
4948< script type ="text/javascript " src ="../dist/clipboard/clipboard.min.js "> </ script >
5049< script type ="text/javascript " src ="../js/popup.js "> </ script >
5150
You can’t perform that action at this time.
0 commit comments