gilsondesign / insight-wp-theme

Insight wordpress theme
Other
0 stars 0 forks source link

BAD Boilerplate

This is a boilerplate BAD design uses for all its websites

Local computer setup (for Grunt/Sass)

  1. Install nodejs (http://nodejs.org).
  2. Install Ruby (http://rubyinstaller.org). Be sure to check the checkbox "Add Ruby executable to your PATH".
  3. Restart your computer.
  4. Run the following commands in Command Prompt with administrator priviledges: npm install -g grunt-cli and gem install sass

How to use Grunt

  1. Open your command window and cd to your project directory
  2. Type grunt and hit enter. The default task should execute, compiling your Sass and starting the Watch task. You will need to have this running whenever you work on a project.
  3. Code away!

Grunt TODO