Sha256: b2b39e0e0c4c4c2b72389369ddec4aea9d10705117eadc1e991a9966c5f99338

Contents?: true

Size: 602 Bytes

Versions: 1

Compression:

Stored size: 602 Bytes

Contents

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "0.1.0",
    "command": "grunt",
    "isShellCommand": true,
    "tasks": [
        {
            "taskName": "default",
            "args": [],
            "isBuildCommand": true,
            "isWatching": false,
            "problemMatcher": [
                "$lessCompile",
                "$tsc",
                "$jshint"
            ]
        },
        {
            "taskName": "test",
            "args": [],
            "isTestCommand": true
        }
    ]
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pul_uv_rails-2.0.1 public/universalviewer/.vscode/tasks.json