avances en plantillas
This commit is contained in:
parent
0f84beacf1
commit
da0530d79b
2062 changed files with 598814 additions and 22 deletions
47
storage/public/dist/libs/countup.js/.vscode/tasks.json
vendored
Normal file
47
storage/public/dist/libs/countup.js/.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "gulp",
|
||||
"task": "build",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Open in Chrome Mac",
|
||||
"command": "Chrome",
|
||||
"osx": {
|
||||
"command": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
|
||||
},
|
||||
"args": [
|
||||
"${file}"
|
||||
],
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Open in Chrome Linux",
|
||||
"command": "Chrome",
|
||||
"linux": {
|
||||
"command": "google-chrome"
|
||||
},
|
||||
"args": [
|
||||
"${file}"
|
||||
],
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Open in Chrome Windows",
|
||||
"command": "Chrome",
|
||||
"windows": {
|
||||
"command": "start chrome"
|
||||
},
|
||||
"args": [
|
||||
"${file}"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue