piksrys / BigRig

A WordPress development framework based on wprig/wprig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big Rig: WordPress Theme Boilerplate for Big Dog Digital

Build Status License: GPL WP Rig version 1.0

Big Rig is based on WP Rig

A modified project intended to remove some of the bloat from the WP Rig build process and alter other aspects but maintain that structure and build upon the PHP templating framework.

Requirements

Big Rig requires the following dependencies. Full installation instructions are provided at their respective websites.

Changes from WP Rig

  • Modified build process
    • Removed PostCSS support & related styles.
    • Integrated Sass, restructured existing styles to Sass notation
    • Disabled style linting
    • Disabled BrowserSync by default
    • Removed PHP CodeSniff functionality
    • Added dependencyFiles.js to copy required files from node_modules
  • Add new production dependencies for structure and commonly used libraries
    • gulp-sass
    • @fortawesome/fontawesome-pro
    • bootstrap
      • includes entire library. Stripped back SCSS and no JS used by default
    • slick-carousel
  • Removed Custom Header and Custom Background Components
  • Add new Components
    • Helper Functions
    • Cleanup Functions
    • Gravity Forms
    • Slick carousel
    • Header Code

For more info on build process see WP Rig github page and wiki

About

A WordPress development framework based on wprig/wprig

License:GNU General Public License v3.0


Languages

Language:PHP 56.9%Language:CSS 21.8%Language:JavaScript 21.3%