Skip to content

staceypee/wb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-end Task Runner

Required Software

  1. Latest version of NodeJS (min v0.12.2)
  2. Windows only - GitBash (used instead of cmd)
  3. Windows only - GraphicsMagick

Install the dependencies

Use GitBash on Windows or Terminal on OSX / Linux in the theme directory.

$ npm install --global gulp && npm install

Watching for changes

Use this command when you start work on the project:

$ gulp

This will start a process that watches for changes on the source files in the theme(e.g. postcss, templates, etc), and compile the bundle for you.

Build the app

You should build once you're done with the changes. This will take care of time consuming tasks like optimizing the images and creating sprites.

$ gulp build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published