We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Build tools can bundle 3rd party CSS libraries.
Libraries' CSS paths are configured in ./config/app.json within the following parameters:
./config/app.json
{ ... "bundleCSSLibsFiles": [ "./node_modules/datatables/media/css/jquery.dataTables.min.css" ], ... }
It's recommended installing 3rd parties using npm or bower then configuring bundling within the build tools.
npm
bower