grunt-wp-theme
Grunt-int WordPress theme template
Theme folder structure
.
.
├── .bowerrc
├── .jshintrc
├── 404.php
├── Gruntfile.js
├── README.md
├── archive.php
├── assets
│ ├── README.md
│ ├── admin
│ │ ├── README.md
│ │ ├── css
│ │ ├── fonts
│ │ ├── js
│ │ └── sprites
│ └── public
│ ├── README.md
│ ├── css
│ │ └── README.md
│ ├── fonts
│ │ └── README.md
│ ├── js
│ │ └── README.md
│ └── sprites
│ └── README.md
├── bower.json
├── comments.php
├── config.rb
├── content-none.php
├── content-page.php
├── content-single.php
├── content.php
├── footer.php
├── functions.php
├── header.php
├── includes
│ └── helper.php
├── index.php
├── languages
├── page.php
├── search.php
├── sidebar.php
├── single.php
├── src
│ ├── README.md
│ ├── js
│ │ ├── README.md
│ │ ├── admin.js
│ │ └── app.js
│ ├── sass
│ │ ├── base
│ │ │ ├── README.md
│ │ │ └── _base.scss
│ │ ├── layouts
│ │ │ ├── README.md
│ │ │ └── _layouts.scss
│ │ └── modules
│ │ ├── README.md
│ │ └── _modules.scss
│ └── vendor
│ └── README.md
└── style.css