add gulp task for less compilation

This commit is contained in:
Andrew Dolgov
2020-09-17 13:30:52 +03:00
parent 5415a0e033
commit f41fdef389
14 changed files with 47 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "gulp",
"task": "default",
"problemMatcher": [],
"label": "gulp: default"
}
]
}