Skip to content

pnowy/bimper

Repository files navigation

BIMPER

This is the template build on top of the Sage Wordpress theme && Eric Barnes blog post.

Install gulp and Bower

Building the theme requires node.js and installed PHP server in order to support templating by Twig library.

From the command line:

  1. Clone the git repository to the local machine: git clone git@github.com:pnowy/bimper.git bimper
  2. Install gulp and Bower globally with npm install -g gulp bower
  3. Navigate to the theme directory, then run npm install
  4. Run bower install

You now have all the necessary dependencies to run the build process.

Available gulp commands

  • gulp — Compile and optimize the files in your assets directory
  • gulp watch — Compile assets when file changes are made
  • gulp --production — Compile assets for production (no source maps).

Using BrowserSync

To use BrowserSync during gulp watch you need to update devUrl at the bottom of assets/manifest.json to reflect your local development hostname.

For example, if your local development URL looks like http://localhost:8888/project-name/ you would update the file to read:

...
  "config": {
    "devUrl": "http://localhost:8888/project-name/"
  }
...

PHP

I suggest the XAMPP as PHP server. You will fine more about PHP templating on the Twig page.

The Twig library has been added directly to the repo in order to avoid the manual installation or by composer installation.

About

Setting up Gulp, Bower, Bootstrap, Less & Browser-sync with PHP templating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published