You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> *Note:* if you are using the options either `cssMapping` or `cssMappingMin must be set to true. Both to `true` at the same time are not valid.
182
+
> *Note:* if you are using the options either `cssMapping` or `cssMappingMin` must be set to true. Both to `true` at the same time are not valid.
177
183
178
-
Generates mapping files: all minified, all original selectors or both. They are stored as object in a variable. The file is named as `renaming_map.js` or `renaming_map_min.js`.
184
+
Generates mapping files: all minified, all original selectors or both. They are stored as object in a variable. The file is named as `renaming_map.json` or `renaming_map_min.json`.
179
185
180
186
Options:
181
187
182
-
-cssMapping (string | boolean): writes `renaming_map.js`. If it is a string, the string is the newfilename. Default is `true`
183
-
-cssMappingMin (string | boolean): writes `renaming_map_min.js`. If it is a string, the string is the newfilename. Default is `false`
188
+
- cssMapping (string | boolean): writes `renaming_map.json`. If it is a string, the string is the new file name. Default is `true`
189
+
- cssMappingMin (string | boolean): writes `renaming_map_min.json`. If it is a string, the string is the new file name. Default is `false`
184
190
- extended (boolean): instead of a string it writes an object with meta information. Default is `false`
185
-
-json (boolean): writes an json instead of a js. Default is `true`
191
+
- json (boolean): writes a `json` instead of a `js`. Default is `true`
192
+
- overwrite (boolean): if it should overwrite the existing mapping. Default is `false`
0 commit comments