aurelia-materialize-bridge
Version:
Aurelia interface to http://materializecss.com/
24 lines (23 loc) • 380 B
JSON
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "copy to demo",
"type": "npm",
"script": "copytodemo",
"problemMatcher": [
"$tsc"
]
},
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}