Skip to content

Commit 71f9c63

Browse files
authored
feat: Remove asset optimization properties
Related to https://www.netlify.com/blog/deprecation-of-post-processing-asset-optimization-feature/ On October 17th, we'll stop accepting the properties for `js`, `css`, and `images` under `processing_settings`. They are already deprecated and have no effect on new sites. This change removes them from the docs entirely to avoid confusion.
1 parent 9e3ee4f commit 71f9c63

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

swagger.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,17 +2611,6 @@ definitions:
26112611
processing_settings:
26122612
type: object
26132613
properties:
2614-
skip:
2615-
type: boolean
2616-
css:
2617-
$ref: '#/definitions/minifyOptions'
2618-
js:
2619-
$ref: '#/definitions/minifyOptions'
2620-
images:
2621-
type: object
2622-
properties:
2623-
optimize:
2624-
type: boolean
26252614
html:
26262615
type: object
26272616
properties:
@@ -3511,13 +3500,6 @@ definitions:
35113500
type: integer
35123501
used:
35133502
type: integer
3514-
minifyOptions:
3515-
type: object
3516-
properties:
3517-
bundle:
3518-
type: boolean
3519-
minify:
3520-
type: boolean
35213503
buildSetup:
35223504
type: object
35233505
properties:

0 commit comments

Comments
 (0)