wordpress - Proper way to remove Gruntjs, package.json and other files from release branch -
i developing wordpress theme. new using grunt , composer packages.
i have integrated git flows. @ moment developing on develop branch , merge master once satisfied code.
the problem facing master branch has gruntfile.js package.json in it. there sass files in css folders. want clean release branch, in there required theme files , no gruntjs, pacakge.json , sass files.
these files being tracked in master, how can create clean release branch.
i have followed woocommerce repository making development environment. not find build process in also. missing proper step?
p.s : don't know if should sharing code samples here, if want can share here.
Comments
Post a Comment