Remove all generated files from Webflow conversion
Removes all generated files from Webflow conversion while preserving original CSV and HTML files.
/plugin marketplace add gutitrombotto/webflow-to-self-served-page/plugin install webflow-to-self-served-page@webflow-plugins--force to skip confirmationRemove all generated files from the Webflow conversion process.
Warning: This will delete generated files. Original CSV and HTML files will NOT be deleted.
data/ directory and all JSON filesscripts/csv-to-json.pyjs/cms-loader.jsREADME.md (if generated by plugin).csv files.html files.css, .js (original), images, fonts, etc.If $ARGUMENTS does not contain --force:
โ ๏ธ Warning: This will delete all generated files
Files to be deleted:
- data/ (X JSON files)
- scripts/csv-to-json.py
- js/cms-loader.js
- README.md
Original CSV and HTML files will be preserved.
Continue? (y/n)
If confirmed or --force flag present:
rm -rf data/
rm -f scripts/csv-to-json.py
rm -f js/cms-loader.js
rm -f README.md
Note: Only removes these specific files, not entire directories.
๐งน Cleanup Complete
โ
Removed:
- data/ directory
- CSV converter script
- CMS loader script
- Generated documentation
๐ Preserved:
- All original CSV files
- All original HTML files
- All other assets
๐ To reconvert: Run '/webflow-convert'
Ask user if they want to remove data/ and scripts/ directories if they're now empty.
Safety Note: This command only removes files that the plugin generates. Your original Webflow export is safe.