usebedrock / bedrock

Bedrock is a static site generator to create large-scale HTML prototypes and document design systems
https://bedrockapp.org
Other
206 stars 28 forks source link

Rename warning: clean up #411

Closed Wolfr closed 2 years ago

Wolfr commented 3 years ago

This old piece of code can go.

  // Check if old `_patterns/` directory is still in use
  if (fs.existsSync(paths.content.templates.patterns)) {
    console.log(chalk.white.bgRed.bold('This project still uses the old `content/templates/_patterns/` directory.\nThis directory has been renamed to `content/templates/_components/`.\nPlease rename the folder in this project.\n'));
  }

Need to clean this up.