bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

Files that are safe to delete

Open Wolfr opened this issue 3 years ago • 0 comments

In the root of a Bedrock project you can find clean-up.sh. It contains a list of files that are safe to delete and that are currently only there to test Bedrock's functionalities.

Some files also serve as a bare-bones demo.

If you don't use tailwind you could delete tailwind.config.js.

If you don't use postcss you could delete postcss.config.js.

If you use postcss (and no scss) you can delete these 4:

content/scss/_colors.scss
content/scss/_icon-font.scss
content/scss/main.scss
content/scss/styleguide-customizations.scss

We could make the clean-up.sh script a bit smarter, by having it ask questions about what you want to do.

Wolfr avatar Jul 15 '21 17:07 Wolfr