Source files order
Source files order

How to implement the module source like DataTables to the html file?Is there any sequence order to implement like(css source then min source and then datatables.min.js)
<link rel="stylesheet" type="text/css" href="../lib/DataTables/media/css/jquery.dataTables.css">
<
script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js">
<
script type="text/javascript" language="javascript" src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"</script>
This discussion has been closed.
Replies
If you use the download builder it will show you the correct order.
Allan