Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.68 KB

remove-resources-from-library.md

File metadata and controls

39 lines (25 loc) · 1.68 KB

Remove Resources from a Library

When you no longer want a resource to have an effect inside of a build, you must remove it from the library that contains that resource and create a new build.

Note that resources in libraries are interdependent. Removing a resource from a build may change the behavior of other resources in the build.

The removal process works a little differently depending on which state the library is in.

Development libraries

Resources in Development libraries can be directly manipulated.

  1. Open the library.
  2. Remove the resource.
  3. Save the library.
  4. Build the library.

Submitted and Approved libraries

Resources that are in Submitted or Approved libraries cannot be directly manipulated. You'll have to move the library back to Development state.

  1. Reject the library (moves library back to Development).
  2. Follow steps in Development Libraries, above, to remove from Development libraries.

Production libraries

Removing resources from a Production library is the most complex case. You cannot manipulate the library resources in this state, and you also cannot move these libraries back to Development state.

Instead, you must disable the resource. This disabling is a change that you then add to a Development library just like any other change. Once this change is put into Production, the resource is moved from your Production library.

  1. Disable the resource.
    1. Select the resource from the list view.
    2. Click Disable.
  2. Create a new Development library.
  3. Add the latest version of the disabled resource.
  4. Save and Build.
  5. Follow your normal process for promoting libraries to Production.
  6. Publish to Production to remove the resource.