File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- node_modules
2- dist
1+ node_modules /
32.tmp
43.sass-cache
54bower_components
Original file line number Diff line number Diff line change @@ -322,7 +322,9 @@ module.exports = function (grunt) {
322322 '*.{ico,png,txt}' ,
323323 'images/{,*/}*.webp' ,
324324 '{,*/}*.html' ,
325- 'styles/fonts/{,*/}*.*'
325+ 'styles/fonts/{,*/}*.*' ,
326+ 'fonts/*' ,
327+ 'font/roboto/*'
326328 ]
327329 } , {
328330 src : 'node_modules/apache-server-configs/dist/.htaccess' ,
Original file line number Diff line number Diff line change 77 < meta name ="viewport " content ="width=device-width ">
88 < link rel ="shortcut icon " href ="/favicon.ico ">
99 <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
10- <!-- build:css(.) styles/vendor.css -->
1110 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css "/>
1211 < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css ">
12+ <!-- build:css(.) styles/vendor.css -->
1313 <!-- bower:css -->
1414 < link rel ="stylesheet " href ="bower_components/materialize/bin/materialize.css " />
1515 < link rel ="stylesheet " href ="bower_components/emoticons-js/src/jquery.emoticons.css " />
206206 </ div >
207207 </ div >
208208 < div class ="card " id ="f ">
209- < div class ="title "> PDF VIEWING AND PREVIEW </ div >
209+ < div class ="title "> Media files Embedding </ div >
210210 < div class ="row ">
211211 < div class ="col s12 ">
212212 < ul class ="tabs ">
239239 </ div >
240240 </ div >
241241
242+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js "> </ script >
242243
243244
244245 <!-- build:js(.) scripts/vendor.js -->
245- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js "> </ script >
246246 <!-- bower:js -->
247247 < script src ="bower_components/jquery/dist/jquery.js "> </ script >
248248 < script src ="bower_components/materialize/bin/materialize.js "> </ script >
You can’t perform that action at this time.
0 commit comments