Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

remove_on_change

Marcel Kloubert edited this page Dec 25, 2017 · 5 revisions

Home >> Packages >> Remove on change

Remove on change

Defines if files should be automatically removed on remote, when they are deleted inside the workspace.

{
    "deploy.reloaded": {
        "packages": [
            {
                "name": "My project",
                
                "removeOnSave": true,

                "files": [
                    "**/*.css",
                    "**/*.js"
                ],

                "targets": [ "My test target" ]
            }
        ],

        "targets": [        
            {
                "name": "My test target",
                "type": "test"
            }
        ]
    }
}
Clone this wiki locally