-
Notifications
You must be signed in to change notification settings - Fork 6
Build options: CSS Libs
Andrew Koltyakov edited this page Oct 4, 2017
·
1 revision
Build tools can bundle 3rd party CSS libraries.
Libraries' CSS paths are configured in ./config/app.json
within the following parameters:
{
...
"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.