最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

customization - How to clean up the theme for production?

programmeradmin1浏览0评论

Is there some automated way to generate a dist/production version of the theme without all of the hidden .git, IDE directories and the config files, node_modules?

WARNING: .babelrc .git .gitignore .idea .sass-cache .bin .npmignore .github .travis.yml .coveralls.yml .eslintrc .gitattributes .jshintrc .verb.md Hidden Files or Folders found.

REQUIRED: Please remove any extraneous directories like .git or .svn from the ZIP file before uploading it.

Is there some automated way to generate a dist/production version of the theme without all of the hidden .git, IDE directories and the config files, node_modules?

WARNING: .babelrc .git .gitignore .idea .sass-cache .bin .npmignore .github .travis.yml .coveralls.yml .eslintrc .gitattributes .jshintrc .verb.md Hidden Files or Folders found.

REQUIRED: Please remove any extraneous directories like .git or .svn from the ZIP file before uploading it.
Share Improve this question edited Jun 30, 2019 at 10:30 rits asked Jun 30, 2019 at 9:44 ritsrits 1033 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

You can use gulp zip to do that. Take a look here https://www.npmjs/package/gulp-zip. This will let you zip up your theme with a terminal command and you can ignore whichever folders you want.

发布评论

评论列表(0)

  1. 暂无评论