Browse Source

- Generate technical repo files.

#Create Block from registry.
pull/1/head
Roman Axelrod 3 years ago
parent
commit
30a3e964bd
  1. 24
      generators/block/index.js

24
generators/block/index.js

@ -134,30 +134,6 @@ export default class extends Generator {
// Technical Project files.
createTechnicalFiles(data, baseDir).then();
// this.fs.copyTpl(
// this.templatePath('package.json'),
// this.destinationPath(path.join(pathDist, 'package.json')),
// data
// );
//
// this.fs.copyTpl(
// this.templatePath('README.md'),
// this.destinationPath(path.join(pathDist, 'README.md')),
// data
// );
//
// this.fs.copyTpl(
// this.templatePath('.editorconfig'),
// this.destinationPath(path.join(pathDist, '.editorconfig')),
// data
// );
//
// this.fs.copyTpl(
// this.templatePath('.gitignore'),
// this.destinationPath(path.join(pathDist, '.gitignore')),
// data
// );
}
}

Loading…
Cancel
Save