oleynikd / gulp-wp-file-header

Gulp plugin that adds 'File Header' to Wordpress Theme's style.css file based on package.json
MIT License
5 stars 2 forks source link

Add child-theme support #2

Open heavybeard opened 8 years ago

heavybeard commented 8 years ago

Great npm plugin, but it miss the child-theme support. Have you already thought about it?

The name of the parent-theme can be entered here

"dependencies": {
    "parent-theme": "Parent Theme Name"
}

Let me know :)

crispossa commented 8 years ago

I added some others missing keys, such as License and Textdomain and submitted a Pull Request: #5