dacmail / blog-pro-dm-wp-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-starter

To install follow the instructions:

  1. Download code from github git clone https://github.com/dacmail/wp-starter.git <your-project-name>
  2. Navigate to your project directory cd <your-project-name>
  3. Install Grunt and Bower npm install -g grunt bower
  4. Run npm install
  5. Run bower install

Grunt commands

  • grunt — Compile the files in your assets directory and put it in js/ and css/ folders.
  • grunt prepare — Move vendor assets from bower_components to assets folder (useful after bower update).
  • grunt watch — Compile assets when file changes are made
  • grunt build — Compile/minimize assets and put it in js/ and css/ folders.

Development mode

  • Change WP_DEVELOPMENT_MODE to true in inc/actions.php to use files in assets folder without compiling.

About


Languages

Language:CSS 50.1%Language:PHP 27.8%Language:JavaScript 22.1%