Jowin / Datatables-Bootstrap3

Plugin for Datatables Bootstrap3 UI Compatibility
215 stars 82 forks source link

defined datatables as an AMD dependency #18

Closed ddewaele closed 10 years ago

ddewaele commented 10 years ago

Shouldn't Datatables-Bootstrap3 define datatables as an AMD dependency ?

I ran into issues with my project after running the RequireJS optimizer where the Datatables-Bootstrap3 script was loaded before dataTables was. (Without the RequireJS optimizier

Config settings in the main JS module that is loaded in the browser at runtime are not read by default by the optimizer (http://requirejs.org/docs/optimization.html#mainConfigFile)

More info on the issue I had and how I solved it here : https://github.com/ddewaele/jQueryDataTablesGrunt/issues/1