Remove less script from angular json

This commit is contained in:
Konstantinos Triantafyllou 2022-06-20 17:55:19 +03:00
parent cc2c9de1f1
commit 4577c919bd
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@
"scripts": [
"node_modules/uikit/dist/js/uikit.min.js",
"node_modules/uikit/dist/js/uikit-icons.min.js",
"node_modules/jquery/dist/jquery.js",
"node_modules/less/dist/less.min.js"
"node_modules/jquery/dist/jquery.js"
]
},
"configurations": {